Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtupleobject.c11 #define PyTuple_MAXFREELIST 2000 /* Maximum number of tuples of each size to save */ macro
/external/python/cpython3/Include/internal/
Dpycore_interp.h97 # define PyTuple_MAXFREELIST 2000 macro