Python
fromTheregister
18 hours agoPython will offer lazy imports, adding code after startup
PEP 810 introduces opt-in explicit lazy imports to defer module loading until needed, improving Python startup times while preserving backward compatibility.