Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) #28053

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 30, 2021

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

https://bugs.python.org/issue44689

…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
Copy link
Contributor Author

@bergkvist and @ned-deily: Status check is done, and it's a success ✅ .

@ned-deily ned-deily requested a review from ambv August 30, 2021 06:57
@ned-deily
Copy link
Member

@ambv, This should go into 3.9.7. It has been tested via macOS installer builds for both the universal2 and legacy 10.9 Intel-64 installer variants, each on macOS 10.9, 11.5.2 Intel, and 11.5.2 Apple Silicon systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants