projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f621232
)
Eliminate C++ comment.
author
Martin v. Löwis
<martin@v.loewis.de>
Tue, 31 Dec 2002 17:34:30 +0000
(17:34 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Tue, 31 Dec 2002 17:34:30 +0000
(17:34 +0000)
Modules/_tkinter.c
patch
|
blob
|
history
diff --git
a/Modules/_tkinter.c
b/Modules/_tkinter.c
index f617088e9dac93cc6129d7209c2d0180b79196a5..0c3d088c8294dcb4e355221253d9b6dc5a211240 100644
(file)
--- 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