]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL (#101287)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 24 Jan 2023 22:39:13 +0000 (22:39 +0000)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2023 22:39:13 +0000 (22:39 +0000)
commit1a9d8c750be83e6abb65769d312361fe9742de02
treebee01eac8527f9fd4cbcb7d4a71733c4762318ba
parentf02fa64bf2d03ef7a28650c164e17a5fb5d8543d
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL (#101287)
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Tools/cases_generator/generate_cases.py
Tools/cases_generator/test_generator.py