Home | History | Annotate | Download | only in pyext

Lines Matching refs:error_list

1584   PyObject* error_list = PyList_New(errors.size());
1585 if (error_list == NULL) {
1593 Py_DECREF(error_list);
1596 PyList_SET_ITEM(error_list, i, error_string);
1598 return error_list;