[Python-Dev] requirements for moving import over to importlib? (original) (raw)
Paul Moore p.f.moore at gmail.com
Tue Feb 7 22:19:19 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 7 February 2012 20:49, Antoine Pitrou <solipsis at pitrou.net> wrote:
Well, import time is so important that the Mercurial developers have written an on-demand import mechanism, to reduce the latency of command-line operations.
One question here, I guess - does the importlib integration do anything to make writing on-demand import mechanisms easier (I'd suspect not, but you never know...) If it did, then performance issues might be somewhat less of a sticking point, as usual depending on use cases.
Paul.
- 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 ]