Searched refs:PyExc_MemoryErrorInst (Results 1 – 5 of 5) sorted by relevance
301 if (PyExc_MemoryErrorInst) in PyErr_NoMemory()302 PyErr_SetObject(PyExc_MemoryError, PyExc_MemoryErrorInst); in PyErr_NoMemory()
2023 PyObject *PyExc_MemoryErrorInst=NULL; variable2177 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()
29 PyExc_MemoryErrorInst
166 PyAPI_DATA(PyObject *) PyExc_MemoryErrorInst;
825 "PyExc_MemoryErrorInst"