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 Arfrever, barry, doko, freakboy3742, larry, ncoghlan, ned.deily, python-dev, rkuska, sYnfo, wscullin, xdegaye
Date 2016-06-25.13:24:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466861074.08.0.252097150694.issue23968@psf.upfronthosting.co.za>
In-reply-to
Content
The same problem occurs when cross-compiling for Android and running test_sysconfig and test_distutils.

Some other points:
* The generation of the platform directory breaks the support of read only source trees. The files of this  directory are not tracked by mercurial and printed by 'hg status'.

* The new files in the platform directory are regenerated from C headers of the build machine.
History
Date User Action Args
2016-06-25 13:24:34xdegayesetrecipients: + xdegaye, barry, doko, ncoghlan, larry, ned.deily, Arfrever, freakboy3742, python-dev, sYnfo, rkuska, wscullin
2016-06-25 13:24:34xdegayesetmessageid: <1466861074.08.0.252097150694.issue23968@psf.upfronthosting.co.za>
2016-06-25 13:24:34xdegayelinkissue23968 messages
2016-06-25 13:24:32xdegayecreate