Home
last modified time | relevance | path

Searched refs:PyExc_MemoryErrorInst (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Derrors.c301 if (PyExc_MemoryErrorInst) in PyErr_NoMemory()
302 PyErr_SetObject(PyExc_MemoryError, PyExc_MemoryErrorInst); in PyErr_NoMemory()
/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c2023 PyObject *PyExc_MemoryErrorInst=NULL; variable
2177 PyExc_MemoryErrorInst = BaseException_new(&_PyExc_MemoryError, NULL, NULL); in _PyExc_Init()
2178 if (!PyExc_MemoryErrorInst) in _PyExc_Init()
2209 Py_CLEAR(PyExc_MemoryErrorInst); in _PyExc_Fini()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def29 PyExc_MemoryErrorInst
/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h166 PyAPI_DATA(PyObject *) PyExc_MemoryErrorInst;
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def825 "PyExc_MemoryErrorInst"