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 Rouslan Korneychuk
Recipients Alex.Willmer, Rouslan Korneychuk, doko, xdegaye, zach.ware
Date 2016-09-25.02:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474769118.06.0.133076952835.issue28266@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch for 3.6b1. I was able to compile Python with the changes, natively (x86_64 linux) and for ARM, using an Android "isolated toolchain." However, with the ARM build, a file named _sysconfigdata_m_linux_x86_64-linux-gnu.py ended up in build/lib.linux-x86_64-3.6 instead of build/lib.linux-arm-3.6 like the ".so"s did. I don't know what created the file or where it's used. I'm sure I could figure it out if I investigate, but I'll wait for a reply first, since this is new behaviour and I figure someone on here could save me some trouble.
History
Date User Action Args
2016-09-25 02:05:19Rouslan Korneychuksetrecipients: + Rouslan Korneychuk, doko, xdegaye, zach.ware, Alex.Willmer
2016-09-25 02:05:18Rouslan Korneychuksetmessageid: <1474769118.06.0.133076952835.issue28266@psf.upfronthosting.co.za>
2016-09-25 02:05:17Rouslan Korneychuklinkissue28266 messages
2016-09-25 02:05:17Rouslan Korneychukcreate