diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index f617088e9da..0c3d088c829 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -2499,7 +2499,7 @@ static PyMethodDef Tkapp_methods[] = static void Tkapp_Dealloc(PyObject *self) { - //CHECK_TCL_APPARTMENT; + /*CHECK_TCL_APPARTMENT;*/ ENTER_TCL Tcl_DeleteInterp(Tkapp_Interp(self)); LEAVE_TCL