Searched refs:_PyGen_FetchStopIterationValue (Results 1 – 4 of 4) sorted by relevance
46 PyAPI_FUNC(int) _PyGen_FetchStopIterationValue(PyObject **);
455 if (_PyGen_FetchStopIterationValue(&val) == 0) { in _gen_throw()591 _PyGen_FetchStopIterationValue(PyObject **pvalue) in _PyGen_FetchStopIterationValue() function
2577 if (_PyGen_FetchStopIterationValue(&o) == 0) { in task_step_impl()
1801 err = _PyGen_FetchStopIterationValue(&val); in _PyEval_EvalFrameDefault()