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 Alex.Willmer, jmoguill2, ned.deily
Date 2021-05-14.15:55:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621007721.85.0.44989817374.issue44126@roundup.psfhosted.org>
In-reply-to
Content
Ah, that makes more sense.

Alas, while there has been some support for various cross-compiling scenarios added to cPython itself, including targeting for Android, for the most part they are not well-documented if at all and are not regularly tested as part of our release process. Further, while Distutils has been a part of the cPython standard library for many years, it is now deprecated for building modules not in the standard library. The PyPA recommends using setuptools instead of Distutils, in general, and there are other build tools out there. How well each of them support cross-compiling would be a good thing to research and ask. https://packaging.python.org/key_projects/?highlight=setuptools#distutils
History
Date User Action Args
2021-05-14 15:55:21ned.deilysetrecipients: + ned.deily, Alex.Willmer, jmoguill2
2021-05-14 15:55:21ned.deilysetmessageid: <1621007721.85.0.44989817374.issue44126@roundup.psfhosted.org>
2021-05-14 15:55:21ned.deilylinkissue44126 messages
2021-05-14 15:55:21ned.deilycreate