]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149642: Fix interaction between exec and lazy_imports=all (GH-149643) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 03:36:32 +0000 (05:36 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 03:36:32 +0000 (03:36 +0000)
commit15a597e9ba0dd79bf953e181251788782fff6164
tree6a8003ee046864353be1bd3b51685ae317711977
parentbc20c2b14604f934d598835e6528211785a4b703
[3.15] gh-149642: Fix interaction between exec and lazy_imports=all (GH-149643) (#149749)

gh-149642: Fix interaction between exec and lazy_imports=all (GH-149643)
(cherry picked from commit 4087ff859958abc897711b501bb66dc308890ba5)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
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