Home | History | Annotate | Download | only in pyext

Lines Matching defs:error_string

2184     PyObject* error_string = PyString_FromStringAndSize(
2186 if (error_string == NULL) {
2190 PyList_SET_ITEM(error_list, i, error_string);