Lines Matching defs:handler
569 // handler which can run in a thread different than the Python thread, in
579 /* bpo-30703: Function called when the C signal handler of Python gets a
769 /* Python signal handler doesn't really queue a callback: it only signals
5662 // for an exception handler, displaying the traceback, and
5771 int level, handler, lasti;
5772 if (get_exception_handler(frame->f_code, offset, &level, &handler, &lasti) == 0) {
5806 available to the handler,
5817 JUMPTO(handler);
6087 get_exception_handler(PyCodeObject *code, int index, int *level, int *handler, int *lasti)
6124 scan = parse_varint(scan, handler);