Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dtupleobject.h37 PyAPI_FUNC(int) PyTuple_ClearFreeList(void);
/external/python/cpython2/Include/
Dtupleobject.h56 PyAPI_FUNC(int) PyTuple_ClearFreeList(void);
/external/python/cpython3/Objects/
Dtupleobject.c932 PyTuple_ClearFreeList(void) in PyTuple_ClearFreeList() function
961 (void)PyTuple_ClearFreeList(); in PyTuple_Fini()
/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/cpython3/Doc/c-api/
Dtuple.rst114 .. c:function:: int PyTuple_ClearFreeList()
/external/python/cpython3/PC/
Dpython3.def587 PyTuple_ClearFreeList=python38.PyTuple_ClearFreeList
/external/python/cpython2/Modules/
Dgcmodule.c840 (void)PyTuple_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Modules/
Dgcmodule.c974 (void)PyTuple_ClearFreeList(); in clear_freelists()