[Python-ideas] lazy import via __future__ or compiler analysis
Neil Schemenauer
nas-python-ideas at arctrix.com
Fri Sep 8 12:36:04 EDT 2017
More information about the Python-ideas mailing list
Fri Sep 8 12:36:04 EDT 2017
- Previous message (by thread): [Python-ideas] lazy import via __future__ or compiler analysis
- Next message (by thread): [Python-ideas] lazy import via __future__ or compiler analysis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2017-09-09, Chris Angelico wrote: > Laziness has to be complete - or, looking the other way, eager > importing is infectious. For foo to be lazy, bar also has to be lazy; Not with the approach I'm proposing. bar will be loaded in non-lazy fashion at the right time, foo can still be lazy.
- Previous message (by thread): [Python-ideas] lazy import via __future__ or compiler analysis
- Next message (by thread): [Python-ideas] lazy import via __future__ or compiler analysis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list