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 e1c45f2 commit bbf612cCopy full SHA for bbf612c
1 file changed
Objects/object.c
@@ -878,7 +878,6 @@ PyObject_Pretty(PyObject *v)
878
return NULL;
879
}
880
881
- Py_DECREF(printer);
882
return prettified;
883
884
0 commit comments