mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Eliminate C++ comment.
This commit is contained in:
parent
f621232c0d
commit
ba2f875d90
1 changed files with 1 additions and 1 deletions
|
@ -2499,7 +2499,7 @@ static PyMethodDef Tkapp_methods[] =
|
||||||
static void
|
static void
|
||||||
Tkapp_Dealloc(PyObject *self)
|
Tkapp_Dealloc(PyObject *self)
|
||||||
{
|
{
|
||||||
//CHECK_TCL_APPARTMENT;
|
/*CHECK_TCL_APPARTMENT;*/
|
||||||
ENTER_TCL
|
ENTER_TCL
|
||||||
Tcl_DeleteInterp(Tkapp_Interp(self));
|
Tcl_DeleteInterp(Tkapp_Interp(self));
|
||||||
LEAVE_TCL
|
LEAVE_TCL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue