]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built...
authorTobias Bergkvist <tobias@bergkv.ist>
Mon, 30 Aug 2021 06:55:47 +0000 (08:55 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 06:55:47 +0000 (02:55 -0400)
commit71853a73024a98aa38a3c0444fe364dbd9709134
tree7e8005be2c1bba775a506b4d268478a3be216e27
parentd3bdbbf9a4352a24fc2bfc7a63a024b244b61aba
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (#27251)

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.
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