]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-148587: Make sys.lazy_modules match PEP and keep internal lazy submodules...
authorDino Viehland <dinoviehland@meta.com>
Tue, 19 May 2026 00:53:54 +0000 (17:53 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 00:53:54 +0000 (17:53 -0700)
commit94c8bac2cd50bd05aa1811d35f4b00f1080a40a9
tree57f42d46c8d650006d33efa65fb33479954494f7
parent66ade2861fec1d6c18998710938a1c71fde5f76b
[3.15] gh-148587: Make sys.lazy_modules match PEP and keep internal lazy submodules tra… (#150014)

Make sys.lazy_modules match PEP and keep internal lazy submodules tracking internal
Include/internal/pycore_interp_structs.h
Lib/test/test_lazy_import/__init__.py
Lib/test/test_lazy_import/__main__.py [new file with mode: 0644]
Misc/NEWS.d/next/Core_and_Builtins/2026-05-18-18-36-28.gh-issue-148587.-RD3z5.rst [new file with mode: 0644]
Python/import.c