]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145076: Check globals type in __lazy_import__() (#145086)
authorVictor Stinner <vstinner@python.org>
Sat, 21 Feb 2026 21:06:59 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 21:06:59 +0000 (22:06 +0100)
commit2be2dd5fc219a5c252d72f351c85db14314bfca5
tree5570fb23256f59aebba5d278c39f4f1f9302bbee
parentfbd3b25e00fdfd5e0a30c64848624dc471987c30
gh-145076: Check globals type in __lazy_import__() (#145086)
Lib/test/test_import/test_lazy_imports.py
Python/bltinmodule.c