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

bpo-41100: Support macOS 11 when building #21113

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

ronaldoussoren
Copy link
Contributor

@ronaldoussoren ronaldoussoren commented Jun 24, 2020

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.

https://bugs.python.org/issue41100

@corona10 corona10 changed the title BPO-41100: Support macOS 11 when building bpo-41100: Support macOS 11 when building Jun 24, 2020
Copy link
Member

@ned-deily ned-deily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miss-islington
Copy link
Contributor

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 Jun 25, 2020
(cherry picked from commit 8ea6353)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
@bedevere-bot
Copy link

GH-21153 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Jun 25, 2020
@bedevere-bot
Copy link

GH-21154 is a backport of this pull request to the 3.8 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.8 only security fixes label Jun 25, 2020
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 25, 2020
(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 Jun 25, 2020
(cherry picked from commit 8ea6353)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
@bedevere-bot
Copy link

GH-21155 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Jun 25, 2020
(cherry picked from commit 8ea6353)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
miss-islington added a commit that referenced this pull request Jun 25, 2020
(cherry picked from commit 8ea6353)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
ned-deily pushed a commit that referenced this pull request Jun 25, 2020
(cherry picked from commit 8ea6353)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
fasih pushed a commit to fasih/cpython that referenced this pull request Jun 29, 2020
@phrfpeixoto
Copy link

phrfpeixoto commented Mar 24, 2021

Is it possible to backport this to 3.6?

Edit: Like so? #25014

phrfpeixoto pushed a commit to phrfpeixoto/cpython that referenced this pull request Mar 24, 2021
native-api added a commit to native-api/pyenv that referenced this pull request May 6, 2021
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 Oct 7, 2021
(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 Feb 13, 2022
Allow macOS arm64 architecture to build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants