Home
last modified time | relevance | path

Searched refs:_Py_MakeCoro (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ceval.h133 extern PyObject* _Py_MakeCoro(PyFunctionObject *func);
/third_party/python/Objects/
H A Dgenobject.c919 _Py_MakeCoro(PyFunctionObject *func) in _Py_MakeCoro() function
/third_party/python/Python/
H A Dceval.c5428 PyGenObject *gen = (PyGenObject *)_Py_MakeCoro(frame->f_func);

Completed in 13 milliseconds