From: Guido van Rossum Date: Sat, 30 Sep 1995 17:00:24 +0000 (+0000) Subject: clear quitMainLoop when we fall through the main loop X-Git-Tag: v1.3~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64b24fb062d98e90eae7b58367eefba5ebf6aa87;p=thirdparty%2FPython%2Fcpython.git clear quitMainLoop when we fall through the main loop --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 5825eff95d83..c1fa4a5b9e56 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -1034,6 +1034,7 @@ Tkapp_MainLoop (self, args) } Tk_DoOneEvent (0); } + quitMainLoop = 0; if (errorInCmd) {