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 ncoghlan
Recipients barry, bkabrda, doko, ncoghlan, rkuska
Date 2015-04-15.16:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429115811.5.0.862888158961.issue23966@psf.upfronthosting.co.za>
In-reply-to
Content
Discussion of issue 22980 made it clear to me that part of the problem with the cross-build support is that the difference between the build time information exposed in sysconfig and the live system information exposed in the platform module isn't clear.

Debian's multiarch triplets (https://wiki.debian.org/Multiarch/Tuples) describe this information well, but it currently isn't readily exposed to Python code. sysconfig.get_config_var("MULTIARCH") only works on Debian & derivatives, and even issue 22980 only exposes the information in sysconfig.get_config_var("SOABI") on a subset of platforms.

It would be good to extend the triples to cover Windows, and also to expose the *current* system triple at runtime in the platform module (including appropriate normalisation)
History
Date User Action Args
2015-04-15 16:36:51ncoghlansetrecipients: + ncoghlan, barry, doko, bkabrda, rkuska
2015-04-15 16:36:51ncoghlansetmessageid: <1429115811.5.0.862888158961.issue23966@psf.upfronthosting.co.za>
2015-04-15 16:36:51ncoghlanlinkissue23966 messages
2015-04-15 16:36:51ncoghlancreate