mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00: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