]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-116422: Factor out eval breaker checks at end of calls into its own micro-op....
authorMark Shannon <mark@hotpy.org>
Thu, 14 Mar 2024 16:31:47 +0000 (16:31 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 16:31:47 +0000 (16:31 +0000)
commit61e54bfcee9f08a8e09aa1b2fd6cea69ca6a26e0
treeb2b53742294226322d929a6e6cdfcf8c729a5d01
parent19c3a2ff91ccf7444efadbc8f7e67269060050a2
GH-116422: Factor out eval breaker checks at end of calls into its own micro-op. (GH-116817)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h