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 ned.deily
Recipients debohman, ned.deily
Date 2021-10-10.00:28:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633825718.31.0.432571437922.issue45405@roundup.psfhosted.org>
In-reply-to
Content
> Do you plan to stick with $PLATFORM_TRIPLET = darwin, even on the arm machines?

For now, yes. Apple long ago implemented the equivalent of multi-architecture support using "-arch" in the compiler driver and the Python build system (configure, Makefile, setup.py, distutils, et al) supports that for macOS without using PLATFORM_TRIPLET.
History
Date User Action Args
2021-10-10 00:28:38ned.deilysetrecipients: + ned.deily, debohman
2021-10-10 00:28:38ned.deilysetmessageid: <1633825718.31.0.432571437922.issue45405@roundup.psfhosted.org>
2021-10-10 00:28:38ned.deilylinkissue45405 messages
2021-10-10 00:28:38ned.deilycreate