This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2020-06-24.12:16:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593000988.46.0.0606602806921.issue41101@roundup.psfhosted.org>
In-reply-to
Content
Apple introduced a new CPU architecture for macOS at WWDC, which is arm64.

Mac/Tools/pythonw.c launches the real python interpreter in a framework build is and is careful to launch that using the same architecture as it is running (to make it possible to use "arch -x86_64 pythonw" to launch the x86_64 variant when available.

The current code does not support ARM64.
History
Date User Action Args
2020-06-24 12:16:28ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2020-06-24 12:16:28ronaldoussorensetmessageid: <1593000988.46.0.0606602806921.issue41101@roundup.psfhosted.org>
2020-06-24 12:16:28ronaldoussorenlinkissue41101 messages
2020-06-24 12:16:28ronaldoussorencreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.