]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150052: Resolve un-loaded lazily loaded submodules via module.__getattr__...
authorDino Viehland <dinoviehland@meta.com>
Tue, 19 May 2026 21:23:30 +0000 (14:23 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 21:23:30 +0000 (21:23 +0000)
commit6847f4bc60f984a8d8e619de4b824d1b1da9524a
tree31e9fcdf5de00d5d8f71bb66f48fecb5acd091dc
parentf46b39797519d7c98f5561fbb06b99a76338642a
[3.15] gh-150052: Resolve un-loaded lazily loaded submodules via module.__getattr__ instead of publishing lazy values (#150055)
Include/internal/pycore_import.h
Lib/test/test_lazy_import/__init__.py
Objects/moduleobject.c
Python/import.c