Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c28 PyObject *oldtype, *oldvalue, *oldtraceback; in PyErr_Restore() local
39 oldtype = tstate->curexc_type; in PyErr_Restore()
47 Py_XDECREF(oldtype); in PyErr_Restore()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c28 PyObject *oldtype, *oldvalue, *oldtraceback; in PyErr_Restore() local
39 oldtype = tstate->curexc_type; in PyErr_Restore()
47 Py_XDECREF(oldtype); in PyErr_Restore()