[issue2377] Replace __import__ w/ importlib.__import__
Brett Cannon
report at bugs.python.org
Fri Feb 24 21:05:50 CET 2012
Brett Cannon <brett at python.org> added the comment:
Fixed the 'for' loop variable declaration. Surprised clang didn't warn me about that.
As for reviews, I'm totally happy to get them, but I also don't know if I have hit the performance point well enough for people to allow me to merge the code into default. I guess the real question is whether *you're* happy with the 10% slowdown in raw startup, Antoine, since you were the most vocal critic from a performance standpoint?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2377>
_______________________________________
More information about the Python-bugs-list
mailing list