Searched refs:PyExc_RecursionErrorInst (Results 1 – 7 of 7) sorted by relevance
2029 PyObject *PyExc_RecursionErrorInst = NULL; variable2181 PyExc_RecursionErrorInst = BaseException_new(&_PyExc_RuntimeError, NULL, NULL); in _PyExc_Init()2182 if (!PyExc_RecursionErrorInst) in _PyExc_Init()2187 (PyBaseExceptionObject *)PyExc_RecursionErrorInst; in _PyExc_Init()2210 Py_CLEAR(PyExc_RecursionErrorInst); in _PyExc_Fini()
233 Py_INCREF(PyExc_RecursionErrorInst); in PyErr_NormalizeException()234 Py_SETREF(*val, PyExc_RecursionErrorInst); in PyErr_NormalizeException()
167 PyAPI_DATA(PyObject *) PyExc_RecursionErrorInst;
1126 The `PyExc_RecursionErrorInst` singleton is removed and
1612 The `PyExc_RecursionErrorInst` singleton is removed and
2419 The ``PyExc_RecursionErrorInst`` singleton that was part of the public API
1699 The ``PyExc_RecursionErrorInst`` singleton that was part of the public API