Searched defs:pending_async_exc (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Python/
H A Dceval.c157 pending_async_exc)
190 pending_async_exc = 1; \
195 do { pending_async_exc = 0; COMPUTE_EVAL_BREAKER(); } while (0)
216 static int pending_async_exc = 0; variable
331 static int pending_async_exc = 0; variable

Completed in 88 milliseconds