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