Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dgenobject.h46 PyAPI_FUNC(int) _PyGen_FetchStopIterationValue(PyObject **);
/external/python/cpython3/Objects/
Dgenobject.c455 if (_PyGen_FetchStopIterationValue(&val) == 0) { in _gen_throw()
591 _PyGen_FetchStopIterationValue(PyObject **pvalue) in _PyGen_FetchStopIterationValue() function
/external/python/cpython3/Modules/
D_asynciomodule.c2577 if (_PyGen_FetchStopIterationValue(&o) == 0) { in task_step_impl()
/external/python/cpython3/Python/
Dceval.c1801 err = _PyGen_FetchStopIterationValue(&val); in _PyEval_EvalFrameDefault()