PEP 728 β TypedDict with Typed Extra Items is now Accepted for Python 3.15 β
π New PEP 810 β Explicit lazy imports by Pablo Galindo, GermΓ‘n MΓ©ndez Bravo, Thomas Wouters, Dino Viehland, Brittany Reynoso, Noah Kim, Tim Stumbaugh
Status: Draft π
Type: Standards Track π
Created: October 02, 2025
Target Version: 3.15
Join the community discussion
Status: Draft π
Type: Standards Track π
Created: October 02, 2025
Target Version: 3.15
Join the community discussion
Discussions on Python.org
PEP 810: Explicit lazy imports
π Hi everyone, We are very exited to share with you PEP 810: Explicit lazy imports: Weβre proposing an opt-in lazy import syntax that defers module loading until first use, aiming for faster startup, lower memory, and clear semantics with zero overhead whenβ¦
PEP 768 β Safe external debugger interface for CPython is now Final at Python 3.14 π
PEP 779 β Criteria for supported status for free-threaded Python is now Final at Python 3.14 π
PEP 649 β Deferred Evaluation Of Annotations Using Descriptors is now Final at Python 3.14 π
PEP 799 β A dedicated ``profiling`` package for organizing Python profiling tools is now Accepted for Python 3.15 β
PEP 810 β Explicit lazy imports is now Accepted for Python 3.15 β
β€1π₯1π1
PEP 791 β math.integer --- submodule for integer-specific mathematics functions is now Final at Python 3.15 π
PEP 793 β PyModExport: A new entry point for C extension modules is now Accepted for Python 3.15 β