Blame SOURCES/00133-skip-test_dl.patch

ae2451
diff -up Python-2.7.2/Lib/test/test_dl.py.skip-test_dl Python-2.7.2/Lib/test/test_dl.py
ae2451
--- Python-2.7.2/Lib/test/test_dl.py.skip-test_dl	2011-09-08 15:18:40.529034289 -0400
ae2451
+++ Python-2.7.2/Lib/test/test_dl.py	2011-09-08 16:29:45.184742670 -0400
ae2451
@@ -13,6 +13,9 @@ sharedlibs = [
ae2451
     ('/usr/lib/libc.dylib', 'getpid'),
ae2451
     ]
ae2451
 
ae2451
+# (also, "dl" is deprecated in favor of ctypes)
ae2451
+@unittest._skipInRpmBuild('fails on 64-bit builds: '
ae2451
+    'module dl requires sizeof(int) == sizeof(long) == sizeof(char*)')
ae2451
 def test_main():
ae2451
     for s, func in sharedlibs:
ae2451
         try: