Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyExc_RecursionErrorInst

2384 PyObject *PyExc_RecursionErrorInst = NULL;
2648 if (!PyExc_RecursionErrorInst) {
2649 PyExc_RecursionErrorInst = BaseException_new(&_PyExc_RecursionError, NULL, NULL);
2650 if (!PyExc_RecursionErrorInst)
2655 (PyBaseExceptionObject *)PyExc_RecursionErrorInst;
2677 Py_CLEAR(PyExc_RecursionErrorInst);