Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h291 int in_coroutine_wrapper; member
/external/python/cpython3/Python/
Dpystate.c402 tstate->in_coroutine_wrapper = 0; in new_threadstate()
Dceval.c3890 if (is_coro && tstate->in_coroutine_wrapper) { in _PyEval_EvalCodeWithName()
3921 tstate->in_coroutine_wrapper = 1; in _PyEval_EvalCodeWithName()
3923 tstate->in_coroutine_wrapper = 0; in _PyEval_EvalCodeWithName()