Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c152 #define COMPUTE_EVAL_BREAKER() \ macro
170 COMPUTE_EVAL_BREAKER(); \
185 COMPUTE_EVAL_BREAKER(); \
195 do { pending_async_exc = 0; COMPUTE_EVAL_BREAKER(); } while (0)