Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlistobject.c2208 PyObject **final_ob_item; in list_sort_impl() local
2441 final_ob_item = self->ob_item; in list_sort_impl()
2446 if (final_ob_item != NULL) { in list_sort_impl()
2450 Py_XDECREF(final_ob_item[i]); in list_sort_impl()
2452 PyMem_Free(final_ob_item); in list_sort_impl()