Home
last modified time | relevance | path

Searched refs:_PyGen_FetchStopIterationValue (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dgenobject.h44 PyAPI_FUNC(int) _PyGen_FetchStopIterationValue(PyObject **);
/third_party/python/Objects/
Dgenobject.c483 if (_PyGen_FetchStopIterationValue(&val) == 0) { in _gen_throw()
627 _PyGen_FetchStopIterationValue(PyObject **pvalue) in _PyGen_FetchStopIterationValue() function
Dabstract.c2906 if (_PyGen_FetchStopIterationValue(result) == 0) { in PyIter_Send()
/third_party/python/Modules/
D_asynciomodule.c2587 if (_PyGen_FetchStopIterationValue(result) == 0) { in gen_status_from_result()
/third_party/python/Python/
Dceval.c2599 if (_PyGen_FetchStopIterationValue(&retval) == 0) { in _PyEval_EvalFrameDefault()