Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1157 PyObject *exception2, *v2, *tb2; in PyErr_PrintEx() local
1161 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx()
1162 PyErr_NormalizeException(&exception2, &v2, &tb2); in PyErr_PrintEx()
1178 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
1183 Py_XDECREF(tb2); in PyErr_PrintEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1182 PyObject *exception2, *v2, *tb2; in PyErr_PrintEx() local
1186 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx()
1187 PyErr_NormalizeException(&exception2, &v2, &tb2); in PyErr_PrintEx()
1203 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
1208 Py_XDECREF(tb2); in PyErr_PrintEx()