We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Per PEP 684, we are providing importlib.util.allowing_all_extensions() as a context manager users may use to disable the strict compatablility checks.
importlib.util.allowing_all_extensions()
I'll be added docs for this separately from the code.
Status
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