bpo-41100: Support macOS 11 when building #21113
Merged
+3
−2
Conversation
LGTM |
8ea6353
into
python:master
10 checks passed
10 checks passed
bedevere/news
News entry found in Misc/NEWS.d
Thanks @ronaldoussoren for the PR, and @ned-deily for merging it |
miss-islington
added 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>
GH-21153 is a backport of this pull request to the 3.9 branch. |
GH-21154 is a backport of this pull request to the 3.8 branch. |
miss-islington
added 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
added 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>
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
miss-islington
added a commit
that referenced
this pull request
Jun 25, 2020
ned-deily
pushed a commit
that referenced
this pull request
Jun 25, 2020
fasih
pushed a commit
to fasih/cpython
that referenced
this pull request
Jun 29, 2020
J-Arun-Mani
added a commit
to J-Arun-Mani/cpython
that referenced
this pull request
Jul 21, 2020
chrisburr
added a commit
to chrisburr/cpython
that referenced
this pull request
Dec 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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