]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, not themse...
authorMark Shannon <mark@hotpy.org>
Mon, 15 Jan 2024 11:41:06 +0000 (11:41 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 11:41:06 +0000 (11:41 +0000)
commitac10947ba79a15bfdaa3ca92c6864214648ab364
tree1853aea09cbd74fdaf1d4d3b999ba250f43ff6ae
parent2010d45327128594aed332befa687c8aead010bc
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, not themselves. (GH-114078)
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer.c
Tools/cases_generator/analyzer.py
Tools/cases_generator/generators_common.py
Tools/cases_generator/interpreter_definition.md
Tools/cases_generator/stack.py