PyTryBlock

_

extern (C)
struct PyTryBlock {}

Members

Variables

b_handler
int b_handler;

where to jump to find handler

b_level
int b_level;

value stack level to pop to

b_type
int b_type;

what kind of block this is

Meta