[issue32205] test.pythoninfo does not print the cross-built sysconfig data

2017-12-08 Thread Xavier de Gaye
Change by Xavier de Gaye : -- resolution: wont fix -> not a bug ___ Python tracker ___

[issue32205] test.pythoninfo does not print the cross-built sysconfig data

2017-12-05 Thread Xavier de Gaye
Change by Xavier de Gaye : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32205] test.pythoninfo does not print the cross-built sysconfig data

2017-12-04 Thread Xavier de Gaye
Xavier de Gaye added the comment: I may have misunderstood the scope of pythoninfo. On Android the readline or sqlite versions are known at build time since they have to be built at that time, but much more useful information can be obtained (or will be obtained) from

[issue32205] test.pythoninfo does not print the cross-built sysconfig data

2017-12-04 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-32210: Add the versions of the Android SDK and NDK to test.pythoninfo. -- ___ Python tracker

[issue32205] test.pythoninfo does not print the cross-built sysconfig data

2017-12-04 Thread STINNER Victor
STINNER Victor added the comment: "make pythoninfo" is an alias for ./python -m test.pythoninfo. I added to support Python compiled in shared mode (./configure --enable-shared) and macOS which requires ./python.exe. Obviously, for a specific buildbot or specific

[issue32205] test.pythoninfo does not print the cross-built sysconfig data

2017-12-04 Thread STINNER Victor
STINNER Victor added the comment: I'm not sure of the purpose of this change. You can please elaborate on you use case? You use cross-compilation, ok. But why do you want to run test.pythoninfo on the computer building Python, rather than the computer running tests?

[issue32205] test.pythoninfo does not print the cross-built sysconfig data

2017-12-03 Thread Xavier de Gaye
Change by Xavier de Gaye : -- keywords: +patch pull_requests: +4600 stage: needs patch -> patch review ___ Python tracker ___

[issue32205] test.pythoninfo does not print the cross-built sysconfig data

2017-12-03 Thread Xavier de Gaye
New submission from Xavier de Gaye : When cross-compiling the only useful information printed by pythoninfo is the cross-built sysconfig data since everything else is related to the native python process used during the cross-build. Currently pythoninfo prints the native