Skip to content

Commit 2856688

Browse files
authored
Apply suggestions from code review
1 parent 6a6428e commit 2856688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/longobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5658,7 +5658,7 @@ long_bitwise(PyLongObject *a,
56585658
z = long_alloc(size_z + negz);
56595659
if (z == NULL) {
56605660
Py_XDECREF(new_a);
5661-
Py_XDECREF(new_a);
5661+
Py_XDECREF(new_b);
56625662
return NULL;
56635663
}
56645664

0 commit comments

Comments
 (0)