We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a133975 commit 72485bcCopy full SHA for 72485bc
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-06-19-16-40-01.gh-issue-151619.35yyJW.rst
@@ -0,0 +1,3 @@
1
+Fix an issue where using non-module global or builtin namespaces (such as
2
+dictionaries passed to :func:`exec`) could cause cached global loads to
3
+produce unresolved :ref:`lazy imports <lazy-imports>`.
0 commit comments