mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
65b7b6bd23
* 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