[Python-Dev] requirements for moving __import__ over to importlib?

Antoine Pitrou solipsis at pitrou.net
Tue Feb 7 23:42:24 CET 2012


On Tue, 7 Feb 2012 17:24:21 -0500
Brett Cannon <brett at python.org> wrote:
> 
> IOW you want the sys.modules case fast, which I will never be able to match
> compared to C code since that is pure execution with no I/O.

Why wouldn't continue using C code for that? It's trivial (just a dict
lookup).

Regards

Antoine.




More information about the Python-Dev mailing list