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 13933a9 commit bfadf5bCopy full SHA for bfadf5b
Modules/_curses_panel.c
@@ -438,7 +438,7 @@ PyCursesPanel_Clear(PyObject *op)
438
Py_CLEAR(extra);
439
if (set_panel_userptr(self->pan, NULL) == ERR) {
440
curses_panel_panel_set_error(self, "set_panel_userptr", NULL);
441
- PyErr_FormatUnraisable("Exception ignored in tp_clear of %s", op);
+ PyErr_FormatUnraisable("Exception ignored in tp_clear of %T", op);
442
}
443
444
// do NOT clear self->wo yet as there is no cycle to break with it
0 commit comments