[New-bugs-announce] [issue23966] More clearly expose/explain native and cross-build target information

Nick Coghlan report at bugs.python.org
Wed Apr 15 18:36:51 CEST 2015


New submission from Nick Coghlan:

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)

----------
messages: 241129
nosy: barry, bkabrda, doko, ncoghlan, rkuska
priority: normal
severity: normal
status: open
title: More clearly expose/explain native and cross-build target information
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23966>
_______________________________________


More information about the New-bugs-announce mailing list