]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: add flags to each instr in the opcode metadata table, to replace opcode...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 13 Jun 2023 20:42:03 +0000 (21:42 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 20:42:03 +0000 (21:42 +0100)
commitbe2779c0cb54e56ea4bb9822cc7bb5c24e6a7af7
tree4789368f885f8e144876dd680987c532eafa66cf
parent2211454fe210637ed7fabda12690dac6cc9a8149
gh-105481: add flags to each instr in the opcode metadata table, to replace opcode.hasarg/hasname/hasconst (#105482)
Python/bytecodes.c
Python/ceval_macros.h
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Tools/cases_generator/generate_cases.py