Index: Modules/_tkinter.c =================================================================== --- Modules/_tkinter.c (revision 68104) +++ Modules/_tkinter.c (working copy) @@ -2029,7 +2029,7 @@ return PythonCmd_Error(interp); } else { - Tcl_SetObjResult(Tkapp_Interp(self), obj_res); + Tcl_SetObjResult(interp, obj_res); rv = TCL_OK; }