Skip Montanaro added the comment: Is there still time to get this bug fixed in 2.7.3? I patched my 2.7 ctypes/util.py with the latest version (offset a few lines, but no other problems) and verified that it seems to fix the issue. When running util.py as a main program I see this before running patch:
% python /opt/TWWfsw/python27/lib/python2.7/ctypes/util.py None None None <CDLL 'libm.so', handle fed807b8 at 82c320c> <CDLL 'libcrypt.so', handle feb703a8 at 82c320c> None After applying the patch: % python /opt/TWWfsw/python27/lib/python2.7/ctypes/util.py libm.so.2 libc.so.1 libbz2.so.1 <CDLL 'libm.so', handle fed807b8 at 82c296c> <CDLL 'libcrypt.so', handle feb703a8 at 82c296c> libcrypt_d.so.1 ---------- nosy: +skip.montanaro _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5289> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com