]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117182: Allow lazily loaded modules to modify their own __class__
authorChris Markiewicz <effigies@gmail.com>
Tue, 9 Apr 2024 03:08:48 +0000 (23:08 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 03:08:48 +0000 (04:08 +0100)
commit19a22020676a599e1c92a24f841196645ddd9895
treefc0ba69973538310d5f80af21fcd72429de37e69
parentac45766673b181ace8fbafe36c89bde910968f0e
gh-117182: Allow lazily loaded modules to modify their own __class__
Lib/importlib/util.py
Lib/test/test_importlib/test_lazy.py
Misc/NEWS.d/next/Library/2024-03-23-12-28-05.gh-issue-117182.a0KANW.rst [new file with mode: 0644]