]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 ...
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 8 Oct 2020 18:31:19 +0000 (19:31 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Oct 2020 18:31:19 +0000 (19:31 +0100)
commit27ac19cca2c639caaf6fedf3632fe6beb265f24f
treeb6b00cc99b9ed8649429fc64274408bdc14f2b22
parentaecf036738a404371303e770f4ce4fd9f7d43de7
bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)
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]