Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dinterpreteridobject.c206 PyObject *pyid = PyLong_FromLongLong(id->id); in interpid_richcompare() local
207 if (pyid == NULL) { in interpid_richcompare()
210 PyObject *res = PyObject_RichCompare(pyid, other, op); in interpid_richcompare()
211 Py_DECREF(pyid); in interpid_richcompare()
/third_party/python/Modules/
D_xxsubinterpretersmodule.c1635 PyObject *pyid = PyLong_FromLongLong(cid->id); in channelid_richcompare() local
1636 if (pyid == NULL) { in channelid_richcompare()
1639 PyObject *res = PyObject_RichCompare(pyid, other, op); in channelid_richcompare()
1640 Py_DECREF(pyid); in channelid_richcompare()