diff options
-rw-r--r-- | Objects/classobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/classobject.c b/Objects/classobject.c index b6052a0..27a82f9 100644 --- a/Objects/classobject.c +++ b/Objects/classobject.c @@ -1110,7 +1110,6 @@ halfbinop(v, w, opname, r_result, thisfunc, swapped) return *r_result == NULL ? -1 : 0; } } - w = PyTuple_GetItem(coerced, 1); } func = PyObject_GetAttrString(v, opname); if (func == NULL) { |