Searched refs:base_tb (Results 1 – 1 of 1) sorted by relevance
1266 PyObject *exception, *value, *base_tb, *tb; in remove_importlib_frames() local1273 _PyErr_Fetch(tstate, &exception, &value, &base_tb); in remove_importlib_frames()1282 prev_link = &base_tb; in remove_importlib_frames()1283 tb = base_tb; in remove_importlib_frames()1314 _PyErr_Restore(tstate, exception, value, base_tb); in remove_importlib_frames()