Searched refs:flip_offset (Results 1 – 1 of 1) sorted by relevance
5429 PyObject *flip_offset; in pep495_eq_exception() local5431 flip_offset = get_flip_fold_offset(self); in pep495_eq_exception()5432 if (flip_offset == NULL) in pep495_eq_exception()5434 if (flip_offset != offset_self && in pep495_eq_exception()5435 delta_cmp(flip_offset, offset_self)) in pep495_eq_exception()5440 Py_DECREF(flip_offset); in pep495_eq_exception()5442 flip_offset = get_flip_fold_offset(other); in pep495_eq_exception()5443 if (flip_offset == NULL) in pep495_eq_exception()5445 if (flip_offset != offset_other && in pep495_eq_exception()5446 delta_cmp(flip_offset, offset_other)) in pep495_eq_exception()[all …]