Skip to content

Commit 5c1ed68

Browse files
committed
fix error
1 parent 509b27f commit 5c1ed68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2583,7 +2583,7 @@ binary_op_extended_specialization(PyObject *lhs, PyObject *rhs, int oparg,
25832583
PyErr_Format(
25842584
PyExc_ValueError,
25852585
"tp_binop_specialize of '%T' returned 1 with *descr == NULL",
2586-
lhs_type->tp_name);
2586+
lhs);
25872587
return -1;
25882588
}
25892589
(*descr)->oparg = oparg;

0 commit comments

Comments
 (0)