[New-bugs-announce] [issue27201] expose the ABI name as a config variable

Matthias Klose report at bugs.python.org
Fri Jun 3 18:37:22 EDT 2016


New submission from Matthias Klose:

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.

----------
components: Build
files: abiname.diff
keywords: patch
messages: 267181
nosy: doko, ncoghlan
priority: normal
severity: normal
status: open
title: expose the ABI name as a config variable
versions: Python 3.6
Added file: http://bugs.python.org/file43167/abiname.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27201>
_______________________________________


More information about the New-bugs-announce mailing list