Skip to content

Commit 5c295d3

Browse files
Remove wrong decref
1 parent 8a189d8 commit 5c295d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/dictobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6617,7 +6617,6 @@ dictitems_xor_lock_held(PyObject *d1, PyObject *d2)
66176617
else {
66186618
Py_INCREF(val1);
66196619
to_delete = PyObject_RichCompareBool(val1, val2, Py_EQ);
6620-
Py_DECREF(val1);
66216620
if (to_delete < 0) {
66226621
goto error;
66236622
}

0 commit comments

Comments
 (0)