bpo-41100: Support macOS 11 when building by ronaldoussoren · Pull Request #21113 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
The description says it all: This PR is needed to build on macOS 11, because the release of Darwin is now 20.0.0, which doesn't match any of the Darwin cases used to disable _POSIX_C_SOURCE on macOS.
corona10
changed the title
BPO-41100: Support macOS 11 when building
bpo-41100: Support macOS 11 when building
claui
mentioned this pull request
4 tasks
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @ronaldoussoren for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9.
🐍🍒⛏🤖
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
(cherry picked from commit 8ea6353) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
(cherry picked from commit 8ea6353) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
(cherry picked from commit 8ea6353) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
miss-islington added a commit that referenced this pull request
(cherry picked from commit 8ea6353) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
miss-islington added a commit that referenced this pull request
(cherry picked from commit 8ea6353) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
ned-deily pushed a commit that referenced this pull request
(cherry picked from commit 8ea6353) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Is it possible to backport this to 3.6?
Edit: Like so? #25014
native-api added a commit to native-api/pyenv that referenced this pull request
To support building for Apple ARM64 which was introduced in MacOS 11 OpenSSL added support for Apple ARM in 1.1.1 (openssl/openssl@61168b5). Python added support for MacOS 11 in 3.7.8+, 3.8.4+, 3.9.0+ (python/cpython#21113 and backports).
colesbury referenced this pull request in colesbury/nogil
(cherry picked from commit 8ea6353) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
davidxia pushed a commit to davidxia/cpython that referenced this pull request