Searched refs:substop (Results 1 – 1 of 1) sorted by relevance
335 PyObject *substart = NULL, *substop = NULL, *substep = NULL; in compute_slice() local350 substop = compute_item(r, stop); in compute_slice()351 if (substop == NULL) goto fail; in compute_slice()354 result = make_range_object(Py_TYPE(r), substart, substop, substep); in compute_slice()363 Py_XDECREF(substop); in compute_slice()