Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtupleobject.c8 #define PyTuple_MAXSAVESIZE 20 /* Largest tuple to save on free list */ macro
/external/python/cpython3/Include/internal/
Dpycore_interp.h93 # define PyTuple_MAXSAVESIZE 20 macro