cpython/Objects/clinic
Victor Stinner babb787047
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.
2023-11-13 16:14:56 +00:00
..
bytearrayobject.c.h
bytesobject.c.h
classobject.c.h
codeobject.c.h
complexobject.c.h
descrobject.c.h
dictobject.c.h
enumobject.c.h
floatobject.c.h
funcobject.c.h
listobject.c.h gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862) 2023-11-13 16:14:56 +00:00
longobject.c.h
memoryobject.c.h
moduleobject.c.h
odictobject.c.h
structseq.c.h
tupleobject.c.h
typeobject.c.h
typevarobject.c.h
unicodeobject.c.h