]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] GH-151619: Ensure non-module global/builtin namespaces are watched for lazy...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 Jun 2026 22:53:20 +0000 (00:53 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2026 22:53:20 +0000 (22:53 +0000)
commit65695ebffa649ba7c339f1abad0276e94e5b8689
treee4a697f881aad0061e8dd02f12a33922942d94e5
parentaa06529dfb8ceeeae631cb432fa761d1389eda72
[3.15] GH-151619: Ensure non-module global/builtin namespaces are watched for lazy imports (GH-151762) (#152533)

GH-151619: Ensure non-module global/builtin namespaces are watched for lazy imports (GH-151762)
(cherry picked from commit 7ed9062dd05e735505f75e9caac56ccd64913371)

Co-authored-by: Brandt Bucher <brandt@python.org>
Lib/test/test_lazy_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-19-16-40-01.gh-issue-151619.35yyJW.rst [new file with mode: 0644]
Python/specialize.c