Searched refs:b_descr (Results 1 – 1 of 1) sorted by relevance
1036 PyWrapperDescrObject *a_descr, *b_descr; in wrapper_richcompare() local1048 b_descr = ((wrapperobject *)b)->descr; in wrapper_richcompare()1049 if (a_descr == b_descr) { in wrapper_richcompare()1055 Py_RETURN_RICHCOMPARE(a_descr, b_descr, op); in wrapper_richcompare()