Searched defs:PyExc_RecursionErrorInst (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dexceptions.c2049 PyObject *PyExc_RecursionErrorInst = NULL; variable
2201 PyExc_RecursionErrorInst = BaseException_new(&_PyExc_RuntimeError, NULL, NULL);
2202 if (!PyExc_RecursionErrorInst)
2207 (PyBaseExceptionObject *)PyExc_RecursionErrorInst;
2230 Py_CLEAR(PyExc_RecursionErrorInst);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dexceptions.c2033 PyObject *PyExc_RecursionErrorInst = NULL; variable
2184 PyExc_RecursionErrorInst = BaseException_new(&_PyExc_RuntimeError, NULL, NULL);
2185 if (!PyExc_RecursionErrorInst)
2190 (PyBaseExceptionObject *)PyExc_RecursionErrorInst;
2214 Py_CLEAR(PyExc_RecursionErrorInst);

Completed in 10 milliseconds