]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-151619: Ensure non-module global/builtin namespaces are watched for lazy imports...
authorBrandt Bucher <brandt@python.org>
Sun, 28 Jun 2026 22:24:32 +0000 (15:24 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2026 22:24:32 +0000 (23:24 +0100)
commit7ed9062dd05e735505f75e9caac56ccd64913371
tree35d5aff331b2c9f9ff694c54cf51b9287b30dffb
parent41cc78a7a47fe584e2c2899737fec877d61ae331
GH-151619: Ensure non-module global/builtin namespaces are watched for lazy imports (#151762)
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