[issue39066] Expose SOABI setting in the header

2019-12-16 Thread Ben Boeckel
Ben Boeckel added the comment: Ah, that does look like it is suitable (since it is a shell script). I assume it is a batch script on Windows (though I feel cross-compilation is far rarer there). Thanks. -- stage: -> resolved status: open -> closed __

[issue39066] Expose SOABI setting in the header

2019-12-16 Thread Ned Deily
Ned Deily added the comment: The entire extension suffix is currently available from the pythonX.Y-config command which does not depend on a running interpreter (on Linux systems at least), for example: $ python3.8-config --extension-suffix .cpython-38-i386-linux-gnu.so Is that not sufficie

[issue39066] Expose SOABI setting in the header

2019-12-16 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue39066] Expose SOABI setting in the header

2019-12-16 Thread Ben Boeckel
New submission from Ben Boeckel : Currently, the SOABI suffix is only available by running the Python interpreter to ask `sysconfig` about the setting. This complicates cross compilation because the target platform's Python may not be runnable on the build platform. Exposing this in the heade