Home
last modified time | relevance | path

Searched refs:base_tb (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dimport.c1266 PyObject *exception, *value, *base_tb, *tb; in remove_importlib_frames() local
1273 _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()