This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients FalkNisius, aliles, automatthias, kewang, laca, skip.montanaro, theller
Date 2013-01-27.00:23:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359246218.31.0.71924015268.issue5289@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-01-27 00:23:38skip.montanarosetrecipients: + skip.montanaro, theller, laca, kewang, automatthias, aliles, FalkNisius
2013-01-27 00:23:38skip.montanarosetmessageid: <1359246218.31.0.71924015268.issue5289@psf.upfronthosting.co.za>
2013-01-27 00:23:38skip.montanarolinkissue5289 messages
2013-01-27 00:23:38skip.montanarocreate