diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-12-31 17:34:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-12-31 17:34:30 (GMT) |
commit | ba2f875d90c5b8650d6bde2a152be8f899e15469 (patch) | |
tree | 20ea9378c21a6939d656e4dd6eb18d33478b0423 /Modules | |
parent | f621232c0d26d1141efc303a08ef323a82195e14 (diff) | |
download | cpython-ba2f875d90c5b8650d6bde2a152be8f899e15469.zip cpython-ba2f875d90c5b8650d6bde2a152be8f899e15469.tar.gz cpython-ba2f875d90c5b8650d6bde2a152be8f899e15469.tar.bz2 |
Eliminate C++ comment.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_tkinter.c | 2 |
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 |