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 yan12125
Recipients Alex.Willmer, xdegaye, yan12125
Date 2016-12-22.06:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482388809.96.0.624431520645.issue29040@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for compiling up necessary changes for NDK r14! Seems that indicates future Python versions will require at least NDK r14 to build?

Another headache from unified headers is that it requires different --sysroot in compilation and linking. Currently setup.py/distutils does not cope with it well. See my dirty hack at [1] for an ad-hoc workaround.

[1] https://github.com/yan12125/python3-android/blob/master/mk/python/distutils-android-sysroot.patch
History
Date User Action Args
2016-12-22 06:40:10yan12125setrecipients: + yan12125, xdegaye, Alex.Willmer
2016-12-22 06:40:09yan12125setmessageid: <1482388809.96.0.624431520645.issue29040@psf.upfronthosting.co.za>
2016-12-22 06:40:09yan12125linkissue29040 messages
2016-12-22 06:40:09yan12125create