]> granicus.if.org Git - python/commit
Issue #21042: Revert Linux find_library() to return just filename
authorMartin Panter <vadmium+py@gmail.com>
Thu, 17 Mar 2016 07:50:22 +0000 (07:50 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 17 Mar 2016 07:50:22 +0000 (07:50 +0000)
commit32f2eb4941db115d4d5d0902ba086820406ef4b2
treebd021d3cd79192943a8a4fdb0820205eee80f2f8
parentec195fba5b4381b8b60fe8f9b400437f52b98371
Issue #21042: Revert Linux find_library() to return just filename

This reverts most of revision 3092cf163eb4. The change worked on x86
architectures, but did not work on ARM, probably due to extra ABI flags in
the ldconfig output.
Doc/library/ctypes.rst
Lib/ctypes/test/test_find.py
Lib/ctypes/util.py
Misc/NEWS