We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7e204 commit e1c45f2Copy full SHA for e1c45f2
1 file changed
Objects/object.c
@@ -875,7 +875,6 @@ PyObject_Pretty(PyObject *v)
875
Py_DECREF(printer);
876
877
if (!prettified) {
878
- Py_DECREF(printer);
879
return NULL;
880
}
881
0 commit comments