Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A 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()

Completed in 10 milliseconds