From ba2f875d90c5b8650d6bde2a152be8f899e15469 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 31 Dec 2002 17:34:30 +0000 Subject: [PATCH] Eliminate C++ comment. --- Modules/_tkinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0