Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.10] bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251)#28052
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…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 commit71853a7)Co-authored-by: Tobias Bergkvist <tobias@bergkv.ist>
miss-islington commentedAug 30, 2021
@bergkvist and@ned-deily: Status check is done, and it's a success ✅ . |
miss-islington commentedAug 30, 2021
@bergkvist and@ned-deily: Status check is done, and it's a success ✅ . |
miss-islington commentedAug 30, 2021
@bergkvist and@ned-deily: Status check is done, and it's a success ✅ . |
ambv left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Important Big Sur compat fix.
Uh oh!
There was an error while loading.Please reload this page.
Previously, when built on older macOS systems,
find_librarywas not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.(cherry picked from commit71853a7)
Co-authored-by: Tobias Bergkvisttobias@bergkv.ist
https://bugs.python.org/issue44689