bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems by bergkvist · Pull Request #27251 · python/cpython
bergkvist
changed the title
Improve binary portability between MacOS versions
bpo-44689: Improve binary portability between MacOS versions
ned-deily
changed the title
bpo-44689: Improve binary portability between MacOS versions
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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>
ambv pushed a commit that referenced this pull request
…aries 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 71853a7) Co-authored-by: Tobias Bergkvist <tobias@bergkv.ist>
ambv pushed a commit that referenced this pull request
…aries when built on older macOS systems (GH-27251) (GH-28053) 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>
miss-islington added a commit that referenced this pull request
…aries 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 71853a7) Co-authored-by: Tobias Bergkvist <tobias@bergkv.ist>
This was referenced
teake
mentioned this pull request
4 tasks