Searched refs:base_tb (Results 1 – 1 of 1) sorted by relevance
1421 PyObject *exception, *value, *base_tb, *tb; in remove_importlib_frames() local1428 PyErr_Fetch(&exception, &value, &base_tb); in remove_importlib_frames()1435 prev_link = &base_tb; in remove_importlib_frames()1436 tb = base_tb; in remove_importlib_frames()1466 PyErr_Restore(exception, value, base_tb); in remove_importlib_frames()