]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91351: Fix some bugs in importlib handling of re-entrant imports (GH-94504)
authorJean-Paul Calderone <exarkun@twistedmatrix.com>
Sat, 21 Jan 2023 00:00:39 +0000 (19:00 -0500)
committerGitHub <noreply@github.com>
Sat, 21 Jan 2023 00:00:39 +0000 (16:00 -0800)
commit3325f054e33b318aa56b74472f76a56b8afc0510
tree26e64cb487855ea81eaedd845c783ce62d2c0c03
parent6b3993c556eb3bb36d1754a17643cddd3f6ade92
gh-91351: Fix some bugs in importlib handling of re-entrant imports (GH-94504)

Co-authored-by: Brett Cannon <brett@python.org>
Lib/importlib/_bootstrap.py
Misc/NEWS.d/next/Core and Builtins/2023-01-06-09-22-21.gh-issue-91351.iq2vZ_.rst [new file with mode: 0644]