[issue2377] Replace __import__ w/ importlib.__import__

Brett Cannon report at bugs.python.org
Thu Mar 1 23:49:35 CET 2012


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

I have replied to Antoine's review and so generated a new patch.

At this point my bootstrap_importlib branch is 5% slower in a standard build in the normal_startup benchmark (11% if you use a debug build).

This is still w/o profiling the Python code to look for inefficiencies (of which I'm sure there are some considering how long I have been banging away at this code).

----------

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


More information about the Python-bugs-list mailing list