Searched refs:_PyGen_SetStopIterationValue (Results 1 – 3 of 3) sorted by relevance
45 PyAPI_FUNC(int) _PyGen_SetStopIterationValue(PyObject *);
247 _PyGen_SetStopIterationValue(result); in gen_send_ex()552 _PyGen_SetStopIterationValue(PyObject *value) in _PyGen_SetStopIterationValue() function1495 _PyGen_SetStopIterationValue(((_PyAsyncGenWrappedValue*)result)->agw_val); in async_gen_unwrap_value()
1538 (void)_PyGen_SetStopIterationValue(res); in FutureIter_iternext()