summaryrefslogtreecommitdiffstats
path: root/Python/opcode_metadata.h
Commit message (Collapse)AuthorAgeFilesLines
...
* GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)Guido van Rossum2023-01-051-0/+187
(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>