Searched refs:_PyGen_FetchStopIterationValue (Results 1 – 5 of 5) sorted by relevance
44 PyAPI_FUNC(int) _PyGen_FetchStopIterationValue(PyObject **);
483 if (_PyGen_FetchStopIterationValue(&val) == 0) { in _gen_throw()627 _PyGen_FetchStopIterationValue(PyObject **pvalue) in _PyGen_FetchStopIterationValue() function
2906 if (_PyGen_FetchStopIterationValue(result) == 0) { in PyIter_Send()
2587 if (_PyGen_FetchStopIterationValue(result) == 0) { in gen_status_from_result()
2599 if (_PyGen_FetchStopIterationValue(&retval) == 0) { in _PyEval_EvalFrameDefault()