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

Tamás Bence Gedai report at bugs.python.org
Tue Feb 9 05:43:46 EST 2016


Tamás Bence Gedai added the comment:

I fixed the ABI matching, it was a stupid mistake, thanks for pointing it out :) I think now it works as expected.

I really don't find a place for testing. Maybe a new test file could be added, but I think the testing code for find_library wouldn't be more than 10 lines. Do you have any suggestions?

Thanks Martin for all your patience :)

----------
Added file: http://bugs.python.org/file41866/find_lib_v2.patch

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


More information about the Python-bugs-list mailing list