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 xdegaye
Recipients Alex.Willmer, ezio.melotti, matrixise, mrabarnett, muhzi, xdegaye
Date 2019-02-15.17:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550252009.48.0.12143578828.issue35997@roundup.psfhosted.org>
In-reply-to
Content
It is not yet possible to cross-compile python extensions. The reason is that _init_posix() in  Lib/sysconfig.py still reads the sysconfigdata module of the native compiler instead of the sysconfigdata of the cross-built one. See the patch in issue #28833.
History
Date User Action Args
2019-02-15 17:33:29xdegayesetrecipients: + xdegaye, ezio.melotti, mrabarnett, matrixise, Alex.Willmer, muhzi
2019-02-15 17:33:29xdegayesetmessageid: <1550252009.48.0.12143578828.issue35997@roundup.psfhosted.org>
2019-02-15 17:33:29xdegayelinkissue35997 messages
2019-02-15 17:33:29xdegayecreate