Issue #17621: Introduce importlib.util.LazyLoader.

This commit is contained in:
Brett Cannon 2014-04-04 13:53:38 -04:00
parent f22b2f0cf4
commit a04dbe4fe7
5 changed files with 266 additions and 1 deletions

View file

@ -149,6 +149,10 @@ Improved Modules
subclassing of :class:`~inspect.Signature` easier (contributed
by Yury Selivanov and Eric Snow in :issue:`17373`).
* :class:`importlib.util.LazyLoader` allows for the lazy loading of modules in
applications where startup time is paramount (contributed by Brett Cannon in
:issue:`17621`).
Optimizations
=============