[New-bugs-announce] [issue39066] Expose SOABI setting in the header

Ben Boeckel report at bugs.python.org
Mon Dec 16 08:52:16 EST 2019


New submission from Ben Boeckel <mathstuf+bpo at gmail.com>:

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 header would allow for build processes to know what suffix to add to modules without having to run the interpreter.

----------
components: C API
messages: 358489
nosy: mathstuf
priority: normal
severity: normal
status: open
title: Expose SOABI setting in the header
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39066>
_______________________________________


More information about the New-bugs-announce mailing list