-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Add importlib.util.allowing_all_extensions() #104310
Copy link
Copy link
Closed
Labels
3.12only security fixesonly security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-subinterpreterstype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-subinterpreterstype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Done
Per PEP 684, we are providing
importlib.util.allowing_all_extensions()as a context manager users may use to disable the strict compatablility checks.I'll be added docs for this separately from the code.
Linked PRs