Searched refs:RICHCOMPARE (Results 1 – 1 of 1) sorted by relevance
599 #define RICHCOMPARE(t) (PyType_HasFeature((t), Py_TPFLAGS_HAVE_RICHCOMPARE) \ macro620 (f = RICHCOMPARE(w->ob_type)) != NULL) { in try_rich_compare()626 if ((f = RICHCOMPARE(v->ob_type)) != NULL) { in try_rich_compare()632 if ((f = RICHCOMPARE(w->ob_type)) != NULL) { in try_rich_compare()653 if (RICHCOMPARE(v->ob_type) == NULL && RICHCOMPARE(w->ob_type) == NULL) in try_rich_compare_bool()685 if (RICHCOMPARE(v->ob_type) == NULL && RICHCOMPARE(w->ob_type) == NULL) in try_rich_to_3way_compare()961 richcmpfunc frich = RICHCOMPARE(v->ob_type); in PyObject_RichCompare()1126 if (tp->tp_compare == NULL && RICHCOMPARE(tp) == NULL) { in PyObject_Hash()