Home
last modified time | relevance | path

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

/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1612 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1613 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1618 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1619 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1622 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1612 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1613 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1618 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1619 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1622 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1612 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1613 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1618 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1619 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1622 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1612 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1613 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1618 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1619 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1622 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c1612 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1613 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1618 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1619 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1622 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_xxsubinterpretersmodule.c1622 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1623 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1628 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1629 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1632 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_xxsubinterpretersmodule.c1622 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1623 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1628 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1629 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1632 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_xxsubinterpretersmodule.c1627 channelid *othercid = (channelid *)other; in channelid_richcompare() local
1628 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1633 long long othercid = PyLong_AsLongLongAndOverflow(other, &overflow); in channelid_richcompare() local
1634 if (othercid == -1 && PyErr_Occurred()) { in channelid_richcompare()
1637 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/requests/
H A Dtest_requests.py1281 othercid = CaseInsensitiveDict({'spam': 'blueval', 'eggs': 'redval'})
1282 assert cid == othercid
1283 del othercid['spam']
1284 assert cid != othercid
/dports/www/firefox-legacy/firefox-52.8.0esr/python/requests/
H A Dtest_requests.py1281 othercid = CaseInsensitiveDict({'spam': 'blueval', 'eggs': 'redval'})
1282 assert cid == othercid
1283 del othercid['spam']
1284 assert cid != othercid
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/requests/
H A Dtest_requests.py1281 othercid = CaseInsensitiveDict({'spam': 'blueval', 'eggs': 'redval'})
1282 assert cid == othercid
1283 del othercid['spam']
1284 assert cid != othercid
/dports/www/py-requests/requests-2.25.1/tests/
H A Dtest_requests.py2037 othercid = CaseInsensitiveDict({'spam': 'blueval', 'eggs': 'redval'})
2038 assert cid == othercid
2039 del othercid['spam']
2040 assert cid != othercid
H A Dtest_requests.py.orig2037 othercid = CaseInsensitiveDict({'spam': 'blueval', 'eggs': 'redval'})
2038 assert cid == othercid
2039 del othercid['spam']
2040 assert cid != othercid