◐ Shell
clean mode source ↗

[3.8] bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) by miss-islington · Pull Request #28054 · python/cpython

…aries when built on older macOS systems (pythonGH-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 71853a7)

Co-authored-by: Tobias Bergkvist <tobias@bergkv.ist>