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 45183e7 commit 9c787bcCopy full SHA for 9c787bc
Modules/_cursesmodule.c
@@ -789,7 +789,7 @@ static void
789
PyCursesWindow_dealloc(PyObject *self)
790
{
791
PyTypeObject *window_type = Py_TYPE(self);
792
- PyObject_GC_Untrack(self);
+ PyObject_GC_UnTrack(self);
793
PyCursesWindowObject *wo = (PyCursesWindowObject *)self;
794
if (wo->win != stdscr && wo->win != NULL) {
795
// silently ignore errors in delwin(3)
0 commit comments