[issue14657] Avoid two importlib copies

Antoine Pitrou report at bugs.python.org
Tue Apr 24 01:01:27 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

New patch also avoids calling _setup() a second time (which can be annoying since _setup() has a list.append() call somewhere).

----------
Added file: http://bugs.python.org/file25331/unique_importlib3.patch

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


More information about the Python-bugs-list mailing list