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-44009: Provide "python3.x-intel64" for Apple Silicon Macs #25804

Merged
merged 1 commit into from May 2, 2021

Conversation

ned-deily
Copy link
Member

@ned-deily ned-deily commented May 2, 2021

This allows reliably forcing macOS universal2 framework builds
to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs
if needed for testing or when universal2 wheels are not yet
available.

https://bugs.python.org/issue44009

This allows reliably forcing macOS universal2 framework builds
to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs
if needed for testing or when universal2 wheels are not yet
available.
@ned-deily ned-deily requested a review from a team as a code owner May 2, 2021
@ned-deily ned-deily merged commit 0cb33da into python:master May 2, 2021
12 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented May 2, 2021

Thanks @ned-deily for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented May 2, 2021

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 2, 2021
…GH-25804)

This allows reliably forcing macOS universal2 framework builds
to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs
if needed for testing or when universal2 wheels are not yet
available.
(cherry picked from commit 0cb33da)

Co-authored-by: Ned Deily <nad@python.org>
@ned-deily ned-deily deleted the intel64-executable branch May 2, 2021
miss-islington added a commit that referenced this pull request May 2, 2021
…H-25804) (GH-25807)

This allows reliably forcing macOS universal2 framework builds
to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs
if needed for testing or when universal2 wheels are not yet
available.
(cherry picked from commit 0cb33da)


Co-authored-by: Ned Deily <nad@python.org>

Automerge-Triggered-By: GH:ned-deily
kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
…GH-25804)

This allows reliably forcing macOS universal2 framework builds
to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs
if needed for testing or when universal2 wheels are not yet
available.
ned-deily pushed a commit to ned-deily/cpython that referenced this pull request May 2, 2021
…GH-25804) (pythonGH-25807)

This allows reliably forcing macOS universal2 framework builds
to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs
if needed for testing or when universal2 wheels are not yet
available.
(cherry picked from commit 0cb33da)

Co-authored-by: Ned Deily <nad@python.org>

Automerge-Triggered-By: GH:ned-deily
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants