summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-10-08-18-22-28.bpo-41976.Svm0wb.rst
blob: c8b3fc771845e3c72f3c53aee981673726da58a5 (plain)
1
2
3
Fixed a bug that was causing :func:`ctypes.util.find_library` to return
``None`` when triying to locate a library in an environment when gcc>=9 is
available and ``ldconfig`` is not. Patch by Pablo Galindo