]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139686: Make reloading a lazy module no-op (GH-139857)
authorAmer Esmail Elsheikh <amer.esmail48@gmail.com>
Fri, 12 Dec 2025 20:26:50 +0000 (22:26 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 20:26:50 +0000 (20:26 +0000)
commit57db12514ac686f0a752ec8fe1c08b6daa0c6219
tree1a55bf452458328bc05fa0499e8a9b691f0feae5
parent8b669d54c367ac2029ee48296c2e00384308ffa8
gh-139686: Make reloading a lazy module no-op (GH-139857)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Doc/library/importlib.rst
Lib/importlib/__init__.py
Lib/test/test_importlib/test_lazy.py
Misc/NEWS.d/next/Library/2025-10-09-15-46-18.gh-issue-139686.XwIZB2.rst [new file with mode: 0644]