]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Aug 2021 09:07:19 +0000 (02:07 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 09:07:19 +0000 (11:07 +0200)
commit7234e67642bc8e75f44a2e1f2ce06687b5ac72ec
tree27b932433958bcd733a2c287cc3395c5af21a88f
parent803c60789b5b6566cb0b71f6b83464e61731d09b
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28054)

Previously, when built on older macOS systems, `find_library` was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.
(cherry picked from commit 71853a73024a98aa38a3c0444fe364dbd9709134)

Co-authored-by: Tobias Bergkvist <tobias@bergkv.ist>
Misc/NEWS.d/next/macOS/2021-07-20-22-27-01.bpo-44689.mmT_xH.rst [new file with mode: 0644]
Modules/_ctypes/callproc.c