summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-31 17:34:30 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-31 17:34:30 (GMT)
commitba2f875d90c5b8650d6bde2a152be8f899e15469 (patch)
tree20ea9378c21a6939d656e4dd6eb18d33478b0423 /Modules/_tkinter.c
parentf621232c0d26d1141efc303a08ef323a82195e14 (diff)
downloadcpython-ba2f875d90c5b8650d6bde2a152be8f899e15469.zip
cpython-ba2f875d90c5b8650d6bde2a152be8f899e15469.tar.gz
cpython-ba2f875d90c5b8650d6bde2a152be8f899e15469.tar.bz2
Eliminate C++ comment.
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r--Modules/_tkinter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index f617088..0c3d088 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