mirror of
https://github.com/python/cpython.git
synced 2026-08-09 11:38:39 +08:00
New generator feature: Generate useful glue for output arrays, so you can just write values to the output array (no bounds checking). Rewrote UNPACK_SEQUENCE_TWO_TUPLE to use this, and also UNPACK_SEQUENCE_{TUPLE,LIST}.
Miscellaneous source files for the main Python shared library