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

2012年2月07日 14:47:21 -0800

On Tue, 7 Feb 2012 17:24:21 -0500
Brett Cannon <[email protected]> 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.
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to