]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149321: Remove lazy_imports=none startup mode (#149389)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 19 May 2026 23:01:15 +0000 (16:01 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 23:01:15 +0000 (16:01 -0700)
commit1f3c2679f1a2a106019ceedc7a61c278a445c264
tree460019a95295f27cef67c8c2351f09165352a5f3
parent79088e0d82931c21fa72eadc416a18b7b0fdf9c1
gh-149321: Remove lazy_imports=none startup mode (#149389)
18 files changed:
Doc/c-api/import.rst
Doc/library/sys.rst
Doc/reference/simple_stmts.rst
Doc/tools/removed-ids.txt
Doc/using/cmdline.rst
Doc/whatsnew/3.15.rst
Include/import.h
Lib/test/test_lazy_import/__init__.py
Lib/test/test_lazy_import/data/global_off.py [deleted file]
Misc/NEWS.d/3.15.0a8.rst
Misc/NEWS.d/next/Core_and_Builtins/2026-05-05-12-00-00.gh-issue-149321.remove-lazy-imports-none.rst [new file with mode: 0644]
Modules/_testcapi/import.c
Python/ceval.c
Python/clinic/sysmodule.c.h
Python/deepfreeze/deepfreeze.c [new file with mode: 0644]
Python/initconfig.c
Python/pylifecycle.c
Python/sysmodule.c