Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h143 int in_coroutine_wrapper; member
/external/python/cpython3/Python/
Dpystate.c226 tstate->in_coroutine_wrapper = 0; in new_threadstate()
Dceval.c4089 if (is_coro && tstate->in_coroutine_wrapper) { in _PyEval_EvalCodeWithName()
4119 tstate->in_coroutine_wrapper = 1; in _PyEval_EvalCodeWithName()
4121 tstate->in_coroutine_wrapper = 0; in _PyEval_EvalCodeWithName()