◐ Shell
clean mode source ↗

bpo-41100: Support macOS 11 when building by ronaldoussoren · Pull Request #21113 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ronaldoussoren

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

@claui claui mentioned this pull request

Jun 24, 2020

4 tasks

ned-deily

Choose a reason for hiding this comment

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

LGTM

@miss-islington

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

@bedevere-bot

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

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

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

Labels