Kaydet (Commit) 97e5ff55 authored tarafından Tim Peters's avatar Tim Peters

Removed unreferenced label.

üst 8e80a72b
......@@ -5210,8 +5210,7 @@ supercheck(PyTypeObject *type, PyObject *obj)
Py_DECREF(class_attr);
}
fail:
PyErr_SetString(PyExc_TypeError,
PyErr_SetString(PyExc_TypeError,
"super(type, obj): "
"obj must be an instance or subtype of type");
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