Home
last modified time | relevance | path

Searched refs:exception2 (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()
1166 if (exception2 == NULL) { in PyErr_PrintEx()
1167 exception2 = Py_None; in PyErr_PrintEx()
1168 Py_INCREF(exception2); in PyErr_PrintEx()
1178 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
1181 Py_DECREF(exception2); 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()
1191 if (exception2 == NULL) { in PyErr_PrintEx()
1192 exception2 = Py_None; in PyErr_PrintEx()
1193 Py_INCREF(exception2); in PyErr_PrintEx()
1203 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx()
1206 Py_DECREF(exception2); in PyErr_PrintEx()