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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27201>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to