Home
last modified time | relevance | path

Searched refs:_PyTuple_ClearFreeList (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_gc.h169 extern void _PyTuple_ClearFreeList(void);
/external/python/cpython3/Objects/
Dtupleobject.c961 _PyTuple_ClearFreeList(void) in _PyTuple_ClearFreeList() function
986 _PyTuple_ClearFreeList(); in _PyTuple_Fini()
/external/python/cpython3/Modules/
Dgcmodule.c1029 _PyTuple_ClearFreeList(); in clear_freelists()