Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dframeobject.h24 int b_handler; /* where to jump to find handler */ member
/third_party/python/Objects/
Dframeobject.c900 b->b_handler = handler; in PyFrame_BlockSetup()
/third_party/python/Python/
Dceval.c2690 f->f_lasti = f->f_blockstack[f->f_iblock-1].b_handler; in _PyEval_EvalFrameDefault()
4469 int handler = b->b_handler; in _PyEval_EvalFrameDefault()