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, doko, ned.deily, python-dev, vstinner, xdegaye, yan12125, zach.ware
Date 2016-09-10.08:19:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473495580.99.0.947169063268.issue28046@psf.upfronthosting.co.za>
In-reply-to
Content
Got it. When calling `python -m sysconfig --generate-posix-vars`, the host (Linux x86_64) Python is used, so _get_sysconfigdata_name() returns the name for Linux instead of for Android. Maybe _get_sysconfigdata_name() should check whether it's used for cross-compiling or not.
History
Date User Action Args
2016-09-10 08:19:41yan12125setrecipients: + yan12125, doko, vstinner, ned.deily, xdegaye, python-dev, zach.ware, Alex.Willmer
2016-09-10 08:19:40yan12125setmessageid: <1473495580.99.0.947169063268.issue28046@psf.upfronthosting.co.za>
2016-09-10 08:19:40yan12125linkissue28046 messages
2016-09-10 08:19:40yan12125create