Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c13 static char *NON_INIT_CORO_MSG = "can't send non-None value to a " variable
196 msg = NON_INIT_CORO_MSG; in gen_send_ex()
1816 PyErr_SetString(PyExc_RuntimeError, NON_INIT_CORO_MSG); in async_gen_athrow_send()
1909 PyErr_SetString(PyExc_RuntimeError, NON_INIT_CORO_MSG); in async_gen_athrow_throw()