Lines Matching refs:PyErr_ExceptionMatches
237 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in gen_send_ex2()
248 PyErr_ExceptionMatches(PyExc_StopAsyncIteration)) in gen_send_ex2()
396 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()
397 || PyErr_ExceptionMatches(PyExc_GeneratorExit)) { in gen_close()
632 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()
1526 if (PyErr_ExceptionMatches(PyExc_StopAsyncIteration) in async_gen_unwrap_value()
1527 || PyErr_ExceptionMatches(PyExc_GeneratorExit) in async_gen_unwrap_value()
1993 if (PyErr_ExceptionMatches(PyExc_StopAsyncIteration) || in async_gen_athrow_send()
1994 PyErr_ExceptionMatches(PyExc_GeneratorExit)) in async_gen_athrow_send()
2034 if (PyErr_ExceptionMatches(PyExc_StopAsyncIteration) || in async_gen_athrow_throw()
2035 PyErr_ExceptionMatches(PyExc_GeneratorExit)) in async_gen_athrow_throw()