]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145059: Record lazy modules without submodules in `sys.lazy_modules` (#146081)
authorBartosz Sławecki <bartosz@ilikepython.com>
Fri, 27 Mar 2026 21:37:11 +0000 (22:37 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 21:37:11 +0000 (14:37 -0700)
commita5b9d60a69d9ca281f956d5ec48fcaededd1b94b
tree99e523cac8bceb80b3157cbcfc44455cc176e447
parent69b08c397b92b6353406cec53f2b927fab1199d0
gh-145059: Record lazy modules without submodules in `sys.lazy_modules` (#146081)

Record simple lazy modules as well
Lib/test/test_lazy_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-17-14-20-56.gh-issue-145059.aB3xKm.rst [new file with mode: 0644]
Python/import.c