[issue14657] Avoid two importlib copies

Brett Cannon report at bugs.python.org
Wed Apr 25 16:58:44 CEST 2012


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

To answer MAL's question about startup, I benchmarked on my machine using the normal_startup benchmark from hg.python.org/benchmarks and the bootstrap work only caused a 5-6% slowdown in a non-debug build. If you do it in a debug build it's much worse (I think it was 12% when I benchmarked).

----------

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


More information about the Python-bugs-list mailing list