◐ Shell
clean mode source ↗

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

…ache_contains_path

Fix tests

@bergkvist

@bergkvist bergkvist changed the title Improve binary portability between MacOS versions bpo-44689: Improve binary portability between MacOS versions

Jul 20, 2021

@blurb-it

erlend-aasland

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

ned-deily

…mic loading when compiling on MacOS < 11

ronaldoussoren

@ned-deily

@ned-deily 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

Aug 30, 2021

ned-deily

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 30, 2021
…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

Aug 30, 2021
…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

Aug 30, 2021
…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

Aug 30, 2021
…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

Aug 30, 2021
…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

Sep 2, 2021

@teake teake mentioned this pull request

Dec 2, 2021

4 tasks