[issue27201] expose the ABI name as a config variable

Matthias Klose report at bugs.python.org
Sat Jun 4 18:53:01 EDT 2016


Matthias Klose added the comment:

maybe we don't need that. you already can do:

import sys
'%s-%d%d%s' % (sys.implementation.name, sys.version_info[0], sys.version_info[1], sys.abiflags)
'cpython-35m'

----------

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


More information about the Python-bugs-list mailing list