]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-151672: `__lazy_import__` always resolves to the module being imported (#151827)
authorBrandt Bucher <brandt@python.org>
Sun, 28 Jun 2026 23:13:12 +0000 (16:13 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2026 23:13:12 +0000 (00:13 +0100)
commit2d0003c0b28dca86197f4b74810966856a27dc60
tree1689cc72796fec80bafc064d92d9d22492eef9b6
parent7ed9062dd05e735505f75e9caac56ccd64913371
GH-151672: `__lazy_import__` always resolves to the module being imported (#151827)
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