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