]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149321: Remove lazy_imports=none startup mode (GH-149389) (#150129)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 8 Jun 2026 22:55:57 +0000 (23:55 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 22:55:57 +0000 (22:55 +0000)
commit83e26a43a7598ef55a4f9b0bd793b029071d3ed4
treed8c77c838fdfc7cd8e7e34000d45f4dd8b41febf
parentfd252e80f5a1a40eb8ed05ea47a36c33f8eec760
[3.15] gh-149321: Remove lazy_imports=none startup mode (GH-149389) (#150129)
18 files changed:
Doc/c-api/import.rst
Doc/data/python3.15.abi
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/initconfig.c
Python/pylifecycle.c
Python/sysmodule.c