Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dinterpreteridobject.c193 interpid *otherid = (interpid *)other; in interpid_richcompare() local
194 equal = (id->id == otherid->id); in interpid_richcompare()
199 long long otherid = PyLong_AsLongLongAndOverflow(other, &overflow); in interpid_richcompare() local
200 if (otherid == -1 && PyErr_Occurred()) { in interpid_richcompare()
203 equal = !overflow && (otherid >= 0) && (id->id == otherid); in interpid_richcompare()

Completed in 2 milliseconds