]> 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:09:34 +0000 (02:09 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 09:09:34 +0000 (02:09 -0700)
commit41c87c41761739e90867a43de26e0f6755c80ff7
tree142b573b4f4da7cb6397068c15fb21676e985a30
parent66b8202c079f3891ff398fec25bb898297ddd5af
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-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.
(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