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