Searched refs:_PyErr_WarnUnawaitedCoroutine (Results 1 – 3 of 3) sorted by relevance
60 void _PyErr_WarnUnawaitedCoroutine(PyObject *coro);
1169 _PyErr_WarnUnawaitedCoroutine(PyObject *coro) in _PyErr_WarnUnawaitedCoroutine() function
81 _PyErr_WarnUnawaitedCoroutine((PyObject *)gen); in _PyGen_Finalize()