Searched refs:_PyGen_SetStopIterationValue (Results 1 – 4 of 4) sorted by relevance
43 PyAPI_FUNC(int) _PyGen_SetStopIterationValue(PyObject *);
379 _PyGen_SetStopIterationValue(obj->default_value); in anextawaitable_iternext()402 _PyGen_SetStopIterationValue(obj->default_value); in anextawaitable_proxy()
288 _PyGen_SetStopIterationValue(result); in gen_send_ex()574 _PyGen_SetStopIterationValue(result); in gen_iternext()588 _PyGen_SetStopIterationValue(PyObject *value) in _PyGen_SetStopIterationValue() function1538 _PyGen_SetStopIterationValue(((_PyAsyncGenWrappedValue*)result)->agw_val); in async_gen_unwrap_value()
1653 (void)_PyGen_SetStopIterationValue(result); in FutureIter_iternext()