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, Rouslan Korneychuk, doko, xdegaye, yan12125, zach.ware
Date 2016-09-25.06:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474784993.39.0.354274348235.issue28266@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed two weeks ago. See issue28046. The relevant fix is at http://bugs.python.org/issue28046#msg275845. Xavier pushed it to default before the 3.6 branch is created. I guess it should already be in 3.6b1??

Current hg tip works for me:

$ find build/21-aarch64-linux-android-4.9/lib/python3.7 -name '*sysconfigdata*.py'
build/21-aarch64-linux-android-4.9/lib/python3.7/_sysconfigdata_m_linux_aarch64-linux-android.py
build/21-aarch64-linux-android-4.9/lib/python3.7/lib-dynload/_sysconfigdata_m_linux_aarch64-linux-android.py

I'm using my own build script: https://github.com/yan12125/python3-android. If different build scripts lead to different result, CPython should handle it. Rouslan, would you like to share your build script?
History
Date User Action Args
2016-09-25 06:29:53yan12125setrecipients: + yan12125, doko, xdegaye, zach.ware, Alex.Willmer, Rouslan Korneychuk
2016-09-25 06:29:53yan12125setmessageid: <1474784993.39.0.354274348235.issue28266@psf.upfronthosting.co.za>
2016-09-25 06:29:53yan12125linkissue28266 messages
2016-09-25 06:29:53yan12125create