[issue18115] Use importlib.util.module_to_load in all loaders in importlib

Brett Cannon report at bugs.python.org
Sat Jun 1 05:25:18 CEST 2013


Brett Cannon added the comment:

Turns out BuiltinImporter doesn't like having a pre-existing module, so a new keyword argument will be necessary to allow for only the cleanup code to run and not the construction of a new module.

----------

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


More information about the Python-bugs-list mailing list