Skip to content

Commit e1c45f2

Browse files
authored
Update Objects/object.c
1 parent cb7e204 commit e1c45f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/object.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,6 @@ PyObject_Pretty(PyObject *v)
875875
Py_DECREF(printer);
876876

877877
if (!prettified) {
878-
Py_DECREF(printer);
879878
return NULL;
880879
}
881880

0 commit comments

Comments
 (0)