]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153236: Propagate lazy submodule import errors (#153237)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 18 Jul 2026 12:28:43 +0000 (14:28 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 12:28:43 +0000 (14:28 +0200)
commit0a09dafb03dae17895d4a86af04985e373bbdceb
tree611072ac50b5409b1ff8069e69b9764a01db3e2e
parentd7b171b6b32c823f28ba974e7c80c4fdfe78c98e
gh-153236: Propagate lazy submodule import errors (#153237)
12 files changed:
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_import.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/importlib/_bootstrap.py
Lib/test/test_lazy_import/__init__.py
Lib/test/test_lazy_import/data/missing_dependency.py [new file with mode: 0644]
Lib/test/test_lazy_import/data/self_named_module_not_found.py [new file with mode: 0644]
Misc/NEWS.d/next/Core_and_Builtins/2026-07-06-16-30-00.gh-issue-153236.lazy-import-errors.rst [new file with mode: 0644]
Objects/moduleobject.c
Python/import.c