[issue14609] can't modify sys.modules during import with importlib

Philip Jenvey report at bugs.python.org
Wed Apr 18 06:50:26 CEST 2012


Philip Jenvey <pjenvey at underboss.org> added the comment:

__import__ needs the actual module on hand so it can e.g. attach it to its parent module

----------
nosy: +pjenvey

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


More information about the Python-bugs-list mailing list