Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c5659 PyObject *flip_offset; in pep495_eq_exception() local
5661 flip_offset = get_flip_fold_offset(self); in pep495_eq_exception()
5662 if (flip_offset == NULL) in pep495_eq_exception()
5664 if (flip_offset != offset_self && in pep495_eq_exception()
5665 delta_cmp(flip_offset, offset_self)) in pep495_eq_exception()
5670 Py_DECREF(flip_offset); in pep495_eq_exception()
5672 flip_offset = get_flip_fold_offset(other); in pep495_eq_exception()
5673 if (flip_offset == NULL) in pep495_eq_exception()
5675 if (flip_offset != offset_other && in pep495_eq_exception()
5676 delta_cmp(flip_offset, offset_other)) in pep495_eq_exception()
[all …]