Commit 1240d750 authored by Tim Peters's avatar Tim Peters

Removed unreferenced label.

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