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 mathstuf
Recipients mathstuf
Date 2019-12-16.13:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576504336.84.0.358536323475.issue39066@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-12-16 13:52:16mathstufsetrecipients: + mathstuf
2019-12-16 13:52:16mathstufsetmessageid: <1576504336.84.0.358536323475.issue39066@roundup.psfhosted.org>
2019-12-16 13:52:16mathstuflinkissue39066 messages
2019-12-16 13:52:16mathstufcreate