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 <[email protected]>
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: <[email protected]>
2020-06-24 12:16:28ronaldoussorenlinkissue41101 messages
2020-06-24 12:16:28ronaldoussorencreate