Home
last modified time | relevance | path

Searched refs:PyTuple_ClearFreeList (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dtupleobject.h56 PyAPI_FUNC(int) PyTuple_ClearFreeList(void);
/external/python/cpython2/Objects/
Dtupleobject.c888 PyTuple_ClearFreeList(void) in PyTuple_ClearFreeList() function
917 (void)PyTuple_ClearFreeList(); in PyTuple_Fini()
/external/python/cpython2/Doc/c-api/
Dtuple.rst160 .. c:function:: int PyTuple_ClearFreeList()
/external/python/cpython2/Modules/
Dgcmodule.c840 (void)PyTuple_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b1.rst919 * ``PyTuple_ClearFreeList()``
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1436 * ``PyTuple_ClearFreeList()``