]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction definition...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 1 Feb 2023 19:38:06 +0000 (19:38 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2023 19:38:06 +0000 (19:38 +0000)
commitb91b42d236c81bd7cbe402b322c82bfcd0d883a1
tree4b94ef6a601374197e1ceaf9b2b073d9215e257d
parent7840ff3cdbdf64f517c9f981f57eff232e676104
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction definition DSL (#101481)
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Tools/cases_generator/generate_cases.py