Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dlistobject.c2730 PyObject *witem = wl->ob_item[i]; in list_richcompare() local
2731 if (vitem == witem) { in list_richcompare()
2736 Py_INCREF(witem); in list_richcompare()
2737 int k = PyObject_RichCompareBool(vitem, witem, Py_EQ); in list_richcompare()
2739 Py_DECREF(witem); in list_richcompare()

Completed in 5 milliseconds