]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150052: Resolve un-loaded lazily loaded submodules via `module.__getattr__` instea...
authorBartosz Sławecki <bartosz@ilikepython.com>
Tue, 2 Jun 2026 08:58:51 +0000 (10:58 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 08:58:51 +0000 (09:58 +0100)
commit5a2d2736a655d993934adee1bbb568067d53f6f4
tree3590540e93520044cfa798f798d3c85e5a2fdf89
parent35c314d2b7282e729c2d86716fc94e1fe38f25da
gh-150052: Resolve un-loaded lazily loaded submodules via `module.__getattr__` instead of publishing lazy values (#150055) (#150744)
Include/internal/pycore_import.h
Lib/test/test_lazy_import/__init__.py
Objects/moduleobject.c
Python/import.c