Home | History | Annotate | Download | only in Python

Lines Matching refs:PyExc_StopIteration

227     else if (v == PyExc_StopIteration) {
669 Py_INCREF(PyExc_StopIteration);
670 retval = PyExc_StopIteration;