Searched refs:defstart (Results 1 – 1 of 1) sorted by relevance
139 Py_ssize_t defstart, defstop; in PySlice_GetIndicesEx() local153 defstart = *step < 0 ? length-1 : 0; in PySlice_GetIndicesEx()157 *start = defstart; in PySlice_GetIndicesEx()