gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
* 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.
V
Victor Stinner committed
babb787047e0f7807c8238d3b1a3128dac30bd5c
Parent: 29af736
Committed by GitHub <noreply@github.com>
on 11/13/2023, 4:14:56 PM