]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149642: Fix interaction between exec and lazy_imports=all (#149643)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 13 May 2026 02:59:09 +0000 (19:59 -0700)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 02:59:09 +0000 (19:59 -0700)
commit4087ff859958abc897711b501bb66dc308890ba5
tree246512e01f0f58b4eee48b64624c0d3672f00fa1
parent76f22853410d3ded872cbfe1430852cf8c048962
gh-149642: Fix interaction between exec and lazy_imports=all (#149643)
Lib/test/test_lazy_import/__init__.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-10-07-42-36.gh-issue-149642.6ZksML.rst [new file with mode: 0644]
Python/ceval.c