]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
authorGuido van Rossum <guido@python.org>
Thu, 5 Jan 2023 21:01:07 +0000 (13:01 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 21:01:07 +0000 (13:01 -0800)
commit14b7f00fdf9890739b43a3e198e4ce93f54c0552
tree45a856294fd582066fd2a38ab33c29457a79f9e4
parent28187141cc34063ef857976ddbca87ba09a882c2
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)

(These aren't used yet, but may be coming soon,
and it's easier to keep this tool the same between branches.)

Added a sanity check for all this to compile.c.

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
Makefile.pre.in
Python/bytecodes.c
Python/compile.c
Python/opcode_metadata.h [new file with mode: 0644]
Tools/cases_generator/generate_cases.py
Tools/cases_generator/parser.py