[issue22980] C extension naming doesn't take bitness into account

Nick Coghlan report at bugs.python.org
Mon Apr 13 23:43:59 CEST 2015


Nick Coghlan added the comment:

Maintaining the arch list can be delegated to the platform maintainers, but I agree a test would be valuable.

I'd suggest a test in the platform module tests that cross-checks the settings in SOABI. This will also be useful in defining an algorithm that setuptools can backport to Python 2.7 for naming wheel files correctly.

For the new multiarch triplets, I believe the first two parts should match platform.machine() and platform.system().lower(). I'm not sure what the third part should match.

----------

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


More information about the Python-bugs-list mailing list