[issue16392] import crashes on circular imports in ext modules

Antoine Pitrou report at bugs.python.org
Sat Nov 3 23:40:51 CET 2012


Antoine Pitrou added the comment:

I have detected a compatibility issue when reverting to the 2.x behaviour: extension modules which lie about their name in their PyModuleDef are broken. There are two such modules in 3.3: _io and _decimal.

Patch attached, anyway.

----------
keywords: +patch
Added file: http://bugs.python.org/file27872/modulecreate.patch

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


More information about the Python-bugs-list mailing list