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

Antoine Pitrou report at bugs.python.org
Sun Dec 7 17:53:57 CET 2014


Antoine Pitrou added the comment:

> Windows already puts the debug flag in the name, the fact that it's
> CPython is in the .pyd extension, and the version number is in the
> directory for all the standard sys.path locations.

The version number would be useful for in-place builds (i.e. when developping), but the patch is still a nice step forward. Could you perhaps add some tests (e.g. in test_distutils)?

----------

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


More information about the Python-bugs-list mailing list