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

Antoine Pitrou report at bugs.python.org
Mon Apr 13 23:30:24 CEST 2015


Antoine Pitrou added the comment:

> thought about it, but we only change the SOABI name, and all tests
> should behave
> as before. And because we try to load extensions without the SOABI
> name, there
> is safe fallback.

Still, we should somehow check that a non-empty triplet is included in the extension filename (see the test your patch removes).

----------

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


More information about the Python-bugs-list mailing list