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

Tamás Bence Gedai report at bugs.python.org
Mon Feb 22 07:25:22 EST 2016


Tamás Bence Gedai added the comment:

Updated the patch to remove the code duplication, now it stores the values that are calculated in the setUpClass method. It was a good and simple idea, I should have come up with it... :)

I'm pretty sure I got the errors during configuration because of the gcc version I have.

----------
Added file: http://bugs.python.org/file42003/find_lib_v4.patch

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


More information about the Python-bugs-list mailing list