Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-42056: macOS - allow arm64 as a supported arch#22732

Closed
mistydemeo wants to merge 2 commits into
python:masterpython/cpython:masterfrom
mistydemeo:macos_support_arm64mistydemeo/cpython:macos_support_arm64Copy head branch name to clipboard
Closed

bpo-42056: macOS - allow arm64 as a supported arch#22732
mistydemeo wants to merge 2 commits into
python:masterpython/cpython:masterfrom
mistydemeo:macos_support_arm64mistydemeo/cpython:macos_support_arm64Copy head branch name to clipboard

Conversation

@mistydemeo

@mistydemeo mistydemeo commented Oct 16, 2020

Copy link
Copy Markdown

This section of the configure script only accepts Intel and PowerPC as valid architectures, but Apple's new ARM Macs means that arm64 can occur too. Without this, configure will fail with the message Unexpected output of 'arch' on OSX.

I didn't include a 32-bit option since Apple no longer ship any devices that support 32-bit ARM. Apple's ARM Macs are 64-bit only.

https://bugs.python.org/issue42056

@ned-deily

ned-deily commented Oct 27, 2020

Copy link
Copy Markdown
Member

Thanks for the PR. As noted in bpo-42056, full support for arm64, including this change, is being tracked in GH-22855 (bpo-41100).

@ned-deily ned-deily closed this Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.