mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* Write output and metadata in a single run This halves the time to run the cases generator (most of the time goes into parsing the input). * Declare or define opcode metadata based on NEED_OPCODE_TABLES * Use generated metadata for stack_effect() * compile.o depends on opcode_metadata.h * Return -1 from _PyOpcode_num_popped/pushed for unknown opcode
Miscellaneous source files for the main Python shared library