mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
babb787047
* Split list_extend() into two sub-functions: list_extend_fast() and list_extend_iter(). * list_inplace_concat() no longer has to call Py_DECREF() on the list_extend() result, since list_extend() now returns an int.
Source files for various builtin objects