int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = newline_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_1");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = newline_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_2");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_4");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_6");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_8");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_10");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = statement_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_11");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_13");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_135_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_22");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_26");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_28");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_136_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_30");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_137_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_31");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_33");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_36");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_39");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_41");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_43");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_45");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = except_block_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_47");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_53");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_54");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_55");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_56");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_57");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_58");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_59");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_60");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_61");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_62");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_63");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_64");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_maybe_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_65");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_maybe_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_66");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_138_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_67");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_70");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_139_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_71");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_73");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_140_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_74");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_75");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_76");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_77");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_78");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_79");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_80");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_81");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_82");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_83");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_84");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_85");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_86");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_maybe_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_87");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = lambda_param_maybe_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_88");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_141_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_89");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_142_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_90");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = compare_op_bitwise_or_pair_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_91");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_94");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = string_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_99");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_103");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = for_if_clause_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_104");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_143_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_105");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_144_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_106");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_110");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_112");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_114");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_116");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = _tmp_145_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_117");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_119");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_122");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
}
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_124");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = star_named_expressions_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_126");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_no_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop0_131");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);
int _start_mark = p->mark;
void **_children = PyMem_Malloc(sizeof(void *));
if (!_children) {
- PyErr_Format(PyExc_MemoryError, "Parser out of memory");
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
ssize_t _children_capacity = 1;
_res = param_with_default_var;
if (_n == _children_capacity) {
_children_capacity *= 2;
- _children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
- if (!_children) {
- PyErr_Format(PyExc_MemoryError, "realloc None");
+ void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
+ if (!_new_children) {
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
+ _children = _new_children;
}
_children[_n++] = _res;
_mark = p->mark;
}
asdl_seq *_seq = _Py_asdl_seq_new(_n, p->arena);
if (!_seq) {
- PyErr_Format(PyExc_MemoryError, "asdl_seq_new _loop1_146");
PyMem_Free(_children);
+ p->error_indicator = 1;
+ PyErr_NoMemory();
return NULL;
}
for (int i = 0; i < _n; i++) asdl_seq_SET(_seq, i, _children[i]);