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 mkam
Recipients
Date 2006-12-12.11:28:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Here is the revised patch. Tested on a (virtual) OpenBSD 3.9 machine, FreeBSD 4.11, FreeBSD 6.2 and DragonFlyBSD 1.6. Does not make assumptions on how many version numbers are appended to a library name any more. Even mixed length names (e.g. libfoo.so.8.9 vs. libfoo.so.10) compare in a meaningful way. (BTW: I also tried NetBSD 2.0.2, but its ldconfig is to different.)
File Added: ctypes-util.py.patch
History
Date User Action Args
2007-08-23 15:55:40adminlinkissue1610795 messages
2007-08-23 15:55:40admincreate