[issue16392] frozen importlib crashes on circular imports in ext modules

Brett Cannon report at bugs.python.org
Sat Nov 3 17:46:25 CET 2012


Brett Cannon added the comment:

I don't mean for this to sound rude, but this seems like a Cython issue and not one for the stdlib. Can you reproduce the problem without using Cython? The new per-module locking mechanism Antoine prevents this from being a problem normally, so it makes me think Cython is at fault here.

----------
nosy: +brett.cannon, pitrou

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


More information about the Python-bugs-list mailing list