]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] GH-151672: `__lazy_import__` always resolves to the module being imported...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2026 09:23:25 +0000 (11:23 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 09:23:25 +0000 (10:23 +0100)
commit2b92f57cac456a8c28fe4a0711eb74887395cac3
treea85ffd72c97933ab9cc2a653e97c5c55d4bebe57
parentd97d52cfb587213322026069ea27b91b41ba0efe
[3.15] GH-151672: `__lazy_import__` always resolves to the module being imported (GH-151827) (#152534)

GH-151672: `__lazy_import__` always resolves to the module being imported (GH-151827)
(cherry picked from commit 2d0003c0b28dca86197f4b74810966856a27dc60)

Co-authored-by: Brandt Bucher <brandt@python.org>
Lib/test/test_lazy_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-20-10-01-26.gh-issue-151672.K-w7j0.rst [new file with mode: 0644]
Python/import.c