[issue14657] Avoid two importlib copies

Brett Cannon report at bugs.python.org
Mon May 7 17:01:38 CEST 2012


Brett Cannon <brett at python.org> added the comment:

Should we have a separate context manager for this, or just make it a flag for a unified import_state() decorator? Or do we want to *always* force the use of the Python code instead of the frozen code?

----------

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


More information about the Python-bugs-list mailing list