Home
last modified time | relevance | path

Searched refs:PyTuple_MAXFREELIST (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_interp.h95 #ifndef PyTuple_MAXFREELIST
97 # define PyTuple_MAXFREELIST 2000 macro
/third_party/python/Objects/
Dtupleobject.c285 && state->numfree[len] < PyTuple_MAXFREELIST in tupledealloc()