[issue15623] Init time relative imports no longer work from __init__.so modules

Brett Cannon report at bugs.python.org
Sun Aug 12 18:39:49 CEST 2012


Brett Cannon added the comment:

I don't have time to delve into C debugging right now, but the question is what changed between 3.2 and 3.3 in terms of when an extension module is inserted into sys.modules since that is the issue ATM. Probably some time in gdb starting in the module's init code and following it to when it is inserted into sys.modules should answer the question (hopefully).

----------

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


More information about the Python-bugs-list mailing list