[Python-checkins] python/dist/src/Modules _tkinter.c,1.139,1.140

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 31 Dec 2002 09:34:33 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv6625/Modules

Modified Files:
	_tkinter.c 
Log Message:
Eliminate C++ comment.


Index: _tkinter.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_tkinter.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** _tkinter.c	30 Dec 2002 18:14:15 -0000	1.139
--- _tkinter.c	31 Dec 2002 17:34:30 -0000	1.140
***************
*** 2500,2504 ****
  Tkapp_Dealloc(PyObject *self)
  {
! 	//CHECK_TCL_APPARTMENT;
  	ENTER_TCL
  	Tcl_DeleteInterp(Tkapp_Interp(self));
--- 2500,2504 ----
  Tkapp_Dealloc(PyObject *self)
  {
! 	/*CHECK_TCL_APPARTMENT;*/
  	ENTER_TCL
  	Tcl_DeleteInterp(Tkapp_Interp(self));