Skip to content

Commit 2580ae9

Browse files
committed
typo
1 parent a8655d0 commit 2580ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_operator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ _methodcaller_initialize_vectorcall(methodcallerobject* mc)
16441644
return -1;
16451645
}
16461646
mc->vectorcall_args = PySequence_Concat(args, values_tuple);
1647-
Py_DECREF(values);
1647+
Py_DECREF(values_tuple);
16481648
if (mc->vectorcall_args == 0) {
16491649
PyErr_NoMemory();
16501650
return -1;

0 commit comments

Comments
 (0)