diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c index ee59baf83f9..40d93246fc1 100644 --- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -846,7 +846,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;