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 mistydemeo
Recipients mistydemeo
Date 2020-10-16.22:47:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602888437.02.0.217887780449.issue42056@roundup.psfhosted.org>
In-reply-to
Content
Configure's `arch` check on Macs running with Apple Silicon CPUs will fail because the list of acceptable architectures is hardcoded to Intel and PowerPC: https://github.com/python/cpython/blob/master/configure.ac#L2486-L2496

This needs a clause that adds "arm64" as an acceptable arch.
History
Date User Action Args
2020-10-16 22:47:17mistydemeosetrecipients: + mistydemeo
2020-10-16 22:47:17mistydemeosetmessageid: <1602888437.02.0.217887780449.issue42056@roundup.psfhosted.org>
2020-10-16 22:47:17mistydemeolinkissue42056 messages
2020-10-16 22:47:16mistydemeocreate