mirror of https://github.com/python/cpython
Removed unreferenced label.
This commit is contained in:
parent
8e80a72be4
commit
97e5ff555e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue