Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c5622 PyObject *offset1, *offset2, *offdiff = NULL; in datetime_subtract() local
5650 offdiff = delta_subtract(offset1, offset2); in datetime_subtract()
5651 if (offdiff == NULL) { in datetime_subtract()
5681 if (offdiff != NULL) { in datetime_subtract()
5682 Py_SETREF(result, delta_subtract(result, offdiff)); in datetime_subtract()
5683 Py_DECREF(offdiff); in datetime_subtract()