Searched refs:_PyExc_MemoryError (Results 1 – 2 of 2) sorted by relevance
2315 static PyTypeObject _PyExc_MemoryError = { variable2327 PyObject *PyExc_MemoryError = (PyObject *) &_PyExc_MemoryError;
2177 PyExc_MemoryErrorInst = BaseException_new(&_PyExc_MemoryError, NULL, NULL); in _PyExc_Init()