Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_tuple.h24 // PyTuple_MAXFREELIST - maximum number of tuples of each size to save
30 # undef PyTuple_MAXFREELIST macro
35 # undef PyTuple_MAXFREELIST macro
43 # ifndef PyTuple_MAXFREELIST
44 # define PyTuple_MAXFREELIST 2000 macro
/third_party/python/Objects/
H A Dtupleobject.c1225 && STATE.numfree[index] < PyTuple_MAXFREELIST in maybe_freelist_push()

Completed in 5 milliseconds