Home
last modified time | relevance | path

Searched refs:_PyExc_MemoryError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dexceptions.c2275 static PyTypeObject _PyExc_MemoryError = { variable
2287 PyObject *PyExc_MemoryError = (PyObject *) &_PyExc_MemoryError;
/external/python/cpython2/Objects/
Dexceptions.c2184 PyExc_MemoryErrorInst = BaseException_new(&_PyExc_MemoryError, NULL, NULL); in _PyExc_Init()