From: Martin v. Löwis Date: Tue, 31 Dec 2002 17:34:30 +0000 (+0000) Subject: Eliminate C++ comment. X-Git-Tag: v2.3c1~2704 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba2f875d90c5b8650d6bde2a152be8f899e15469;p=python Eliminate C++ comment. --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index f617088e9d..0c3d088c82 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