PEP 810 – Explicit lazy imports
https://pep-previews--4622.org.readthedocs.build/pep-0810/
#HackerNews #PEP810 #ExplicitLazyImports #Python #PEP #PythonDevelopment #SoftwareEngineering
PEP 810 – Explicit lazy imports | peps.python.org
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.