Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlistobject.c625 PyObject *recycle_on_stack[8]; in list_ass_slice() local
626 PyObject **recycle = recycle_on_stack; /* will allocate more if needed */ in list_ass_slice()
677 if (s > sizeof(recycle_on_stack)) { in list_ass_slice()
715 if (recycle != recycle_on_stack) in list_ass_slice()