commit | 41c87c41761739e90867a43de26e0f6755c80ff7 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Aug 30 02:09:34 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 30 02:09:34 2021 -0700 |
tree | 142b573b4f4da7cb6397068c15fb21676e985a30 | |
parent | 66b8202c079f3891ff398fec25bb898297ddd5af [diff] |
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>