Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A 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/
H A D_xxsubinterpretersmodule.c1639 PyObject *pyid = PyLong_FromLongLong(cid->id); in channelid_richcompare() local
1640 if (pyid == NULL) { in channelid_richcompare()
1643 PyObject *res = PyObject_RichCompare(pyid, other, op); in channelid_richcompare()
1644 Py_DECREF(pyid); in channelid_richcompare()

Completed in 5 milliseconds