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

Antoine Pitrou report at bugs.python.org
Tue Dec 2 16:13:12 CET 2014


Antoine Pitrou added the comment:

Ideally, we would use distutils.util.get_platform(). However, there are two cases where it relies on other modules:
- the re module under CygWin
- the sysconfig and _osx_support under OS X

Of course, ideally we should be able to hardcode this into the compiled CPython executable...

----------

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


More information about the Python-bugs-list mailing list