]> 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 ...
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Oct 2020 18:55:24 +0000 (11:55 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Oct 2020 18:55:24 +0000 (11:55 -0700)
commita4ac5fadf55a9743c6812dea8d31ca4f05f33829
treeccbcee36523f4d900cc94ecc15ff2de7bfc9356c
parent15e091f63f12b659ad17563a4ce7f5188aceae0a
bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)

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