Skip to content

Commit bbf612c

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

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
@@ -878,7 +878,6 @@ PyObject_Pretty(PyObject *v)
878878
return NULL;
879879
}
880880

881-
Py_DECREF(printer);
882881
return prettified;
883882
}
884883

0 commit comments

Comments
 (0)