[issue4861] fix problems with ctypes.util.find_library

Matthias Klose report at bugs.python.org
Thu Jan 8 15:59:09 CET 2009


Matthias Klose <doko at debian.org> added the comment:

new version of the patch using os instead of platform, and selecting the
correct library for biarch platforms, tested on ia64, sparc, s390,
amd64, ppc64. unsure if there's a better way to find out if the
executable is 32 or 64bit.

Added file: http://bugs.python.org/file12651/ctypes-findlib.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4861>
_______________________________________


More information about the Python-bugs-list mailing list