mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #17621: Introduce importlib.util.LazyLoader.
This commit is contained in:
parent
f22b2f0cf4
commit
a04dbe4fe7
5 changed files with 266 additions and 1 deletions
|
@ -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
|
||||
=============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue