mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
aacbdb0c65
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