From 64b24fb062d98e90eae7b58367eefba5ebf6aa87 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 30 Sep 1995 17:00:24 +0000 Subject: clear quitMainLoop when we fall through the main loop --- Modules/_tkinter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 5825eff..c1fa4a5 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -1034,6 +1034,7 @@ Tkapp_MainLoop (self, args) } Tk_DoOneEvent (0); } + quitMainLoop = 0; if (errorInCmd) { -- cgit v0.12