[Python-Dev] requirements for moving import over to importlib? (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Tue Feb 7 23:42:24 CET 2012
- Previous message: [Python-Dev] requirements for moving __import__ over to importlib?
- Next message: [Python-Dev] requirements for moving __import__ over to importlib?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] requirements for moving __import__ over to importlib?
- Next message: [Python-Dev] requirements for moving __import__ over to importlib?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]