-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Lazily import modules within standard library #150082
Copy link
Copy link
Closed as not planned
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-lazy-importstype-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Metadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-lazy-importstype-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Performance overhead is minimal per https://peps.python.org/pep-0810/#what-s-the-performance-overhead-of-lazy-imports
Linked PRs