Get the latest tech news

PEP 810 – Explicit lazy imports


This PEP introduces lazy imports as an explicit language feature. Currently, a module is eagerly loaded at the point of the import statement. Lazy imports defer the loading and execution of a module until the first time the imported name is used.

None

Get the Android app

Or read this on Hacker News

Read more on:

Photo of PEP 810

PEP 810