Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h111 #ifndef PyList_MAXFREELIST
112 # define PyList_MAXFREELIST 80 macro
116 PyListObject *free_list[PyList_MAXFREELIST];
/third_party/python/Objects/
Dlistobject.c352 if (state->numfree < PyList_MAXFREELIST && PyList_CheckExact(op)) { in list_dealloc()
/third_party/python/Tools/c-analyzer/
DTODO101 …ct.c:free_list static PyListObject *free_list[PyList_MAXFREELIST]