[issue16392] import crashes on circular imports in ext modules

Stefan Behnel report at bugs.python.org
Sat Nov 3 23:18:45 CET 2012


Stefan Behnel added the comment:

Hmm, we already do that for packages (i.e. when compiling __init__.py). Looks like this just needs to be done for all modules in Py3. And unless there is a compelling reason for Py_InitModule4() not to do it, I think it should be reverted to its Py2 behaviour.

----------

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


More information about the Python-bugs-list mailing list