Commit e575f10c authored by Ezio Melotti's avatar Ezio Melotti

Remove unnecessary call to PyErr_Clear.

parent 8b4367ec
......@@ -966,7 +966,6 @@ xmlparse_ParseFile(xmlparseobject *self, PyObject *f)
readmethod = PyObject_GetAttrString(f, "read");
if (readmethod == NULL) {
PyErr_Clear();
PyErr_SetString(PyExc_TypeError,
"argument must have 'read' attribute");
return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment