[issue21042] ctypes.util.find_library() should return full pathname instead of filename in linux

Gedai Tamás Bence report at bugs.python.org
Wed Feb 3 05:39:32 EST 2016


Gedai Tamás Bence added the comment:

Added a small patch that solves this issue on Ubuntu 15.10.

Produces output like:
/lib/x86_64-linux-gnu/libm.so.6
/lib/x86_64-linux-gnu/libc.so.6
/lib/x86_64-linux-gnu/libbz2.so.1.0

I'd be glad to add some test cases if someone can give me some tips on how to do that.

----------
keywords: +patch
nosy: +beng94
Added file: http://bugs.python.org/file41789/find_lib.patch

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


More information about the Python-bugs-list mailing list