Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dflowgraph.c654 mark_except_handlers(basicblock *entryblock) { in mark_except_handlers() function
2477 RETURN_IF_ERROR(mark_except_handlers(g->g_entryblock)); in _PyCfg_OptimizeCodeUnit()