]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 11 Jun 2023 21:31:59 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 21:31:59 +0000 (22:31 +0100)
commit58f5227d7cdff803609a0bda6882997b3a5ec4bf
tree59cedf6d505015a2876a13da499894bcb8969f93
parent20a56d8becba1a5a958b167fdb43b1a1b9228095
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
Python/assemble.c
Python/bytecodes.c
Python/compile.c
Python/flowgraph.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Tools/cases_generator/generate_cases.py
Tools/cases_generator/parser.py