Lines Matching defs:tb2
1181 PyObject *exception2, *v2, *tb2;1185 PyErr_Fetch(&exception2, &v2, &tb2);1186 PyErr_NormalizeException(&exception2, &v2, &tb2);1202 PyErr_Display(exception2, v2, tb2);1207 Py_XDECREF(tb2);