Home
last modified time | relevance | path

Searched refs:PyExc_RecursionErrorInst (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c2029 PyObject *PyExc_RecursionErrorInst = NULL; variable
2181 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()
/aosp_15_r20/external/python/cpython2/Python/
Derrors.c233 Py_INCREF(PyExc_RecursionErrorInst); in PyErr_NormalizeException()
234 Py_SETREF(*val, PyExc_RecursionErrorInst); in PyErr_NormalizeException()
/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h167 PyAPI_DATA(PyObject *) PyExc_RecursionErrorInst;
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst1126 The `PyExc_RecursionErrorInst` singleton is removed and
D3.7.0a3.rst1612 The `PyExc_RecursionErrorInst` singleton is removed and
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.6.rst2419 The ``PyExc_RecursionErrorInst`` singleton that was part of the public API
D3.7.rst1699 The ``PyExc_RecursionErrorInst`` singleton that was part of the public API