Searched refs:consts2 (Results 1 – 1 of 1) sorted by relevance
552 PyObject *consts1, *consts2; in code_richcompare() local590 consts2 = _PyCode_ConstantKey(cp->co_consts); in code_richcompare()591 if (!consts2) { in code_richcompare()595 eq = PyObject_RichCompareBool(consts1, consts2, Py_EQ); in code_richcompare()597 Py_DECREF(consts2); in code_richcompare()