]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
authorMark Shannon <mark@hotpy.org>
Thu, 18 May 2023 09:08:33 +0000 (10:08 +0100)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 09:08:33 +0000 (10:08 +0100)
commit68b5f08b72e02f62ec787bfbb7aa99bac661daec
tree58c0b0e5d860e81bb29e024f6b7e2e3b6f2aa365
parent662aede68b0ea222cf3db4715b310e91c51b665f
GH-104580: Don't cache eval breaker in interpreter (GH-104581)

Move eval-breaker to the front of the interpreter state.
Include/internal/pycore_ceval_state.h
Include/internal/pycore_interp.h
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/generated_cases.c.h