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 doko
Recipients doko, ncoghlan
Date 2016-06-03.22:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464993442.58.0.656419844053.issue27201@psf.upfronthosting.co.za>
In-reply-to
Content
Some python extensions provide/rely on support libraries which are shipped in addition to the extension module, and which depend on the Python ABI (version and ABI flags). talloc is such an example, and it currently uses the SOABI as the symbol version for symbols exported in such a support library. In 3.5 and 3.6, the SOABI includes the architecture definition as well, so you end up with different symbol versions and library names across  architectures, which is not wanted. Therefore expose just the ABI in a new macro. Now choosen ABINAME, but that could be something different as well.
History
Date User Action Args
2016-06-03 22:37:22dokosetrecipients: + doko, ncoghlan
2016-06-03 22:37:22dokosetmessageid: <1464993442.58.0.656419844053.issue27201@psf.upfronthosting.co.za>
2016-06-03 22:37:22dokolinkissue27201 messages
2016-06-03 22:37:22dokocreate