]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 8 May 2023 22:56:01 +0000 (16:56 -0600)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 22:56:01 +0000 (16:56 -0600)
commit4541d1a0dba3ef0c386991cf54c4c3c411a364c0
treec79210120e5a9ea0835a6e63fa5a63f9ff5078ad
parent5c9ee498c6f4b75e0e020f17b6860309c3b7e11e
gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)

(I'll be adding docs for this separately.)
Lib/importlib/util.py
Lib/test/support/import_helper.py
Lib/test/test_importlib/test_util.py
Misc/NEWS.d/next/Library/2023-05-08-15-50-59.gh-issue-104310.fXVSPY.rst [new file with mode: 0644]