]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc...
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 8 Oct 2020 18:50:37 +0000 (19:50 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Oct 2020 18:50:37 +0000 (19:50 +0100)
commit9b5a023a5dc3127da15253f7acad71019395ebe1
treef9350640c6aa01b2eee118be758ad95f97823e3d
parent4e02981de0952f54bf87967f8e10d169d6946b40
[3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598). (GH-22601)

(cherry picked from commit 27ac19cca2c639caaf6fedf3632fe6beb265f24f)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/ctypes/test/test_find.py
Lib/ctypes/util.py
Misc/NEWS.d/next/Library/2020-10-08-18-22-28.bpo-41976.Svm0wb.rst [new file with mode: 0644]