]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-132554: Fix tier2 `FOR_ITER` implementation and optimizations (GH-135137)
authorMark Shannon <mark@hotpy.org>
Thu, 5 Jun 2025 17:53:57 +0000 (18:53 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 17:53:57 +0000 (18:53 +0100)
commitb90ecea9e6b33dae360ed7eb2c32598f98444c4d
treef3a57abedd7c6bbac6141dc792eb8a4d976b950b
parentd9cad074d52fe31327429fd81e4d2eeea3dbe35b
GH-132554:  Fix tier2 `FOR_ITER` implementation and optimizations (GH-135137)
12 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_stackref.h
Lib/test/test_capi/test_opt.py
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/stackrefs.c
Tools/cases_generator/analyzer.py
Tools/cases_generator/stack.py