Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c1626 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1627 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1632 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1633 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1636 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()

Completed in 4 milliseconds