]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] 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:28 +0000 (19:50 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Oct 2020 18:50:28 +0000 (19:50 +0100)
commit6ceb5232aeb1943dacbbdb87e7dddfaa716678bc
tree56c11bcac3354e41f48953db8d342caf6f5b92c8
parent3d103e06951324680c587d4fe1135f06367c9d3d
[3.8] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598). (GH-22600)

(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]