commit | 64b24fb062d98e90eae7b58367eefba5ebf6aa87 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Sep 30 17:00:24 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Sep 30 17:00:24 1995 +0000 |
tree | 7fd9a0f20035dc09e4843b7e0df2f5a91a31acd0 | |
parent | 8988fb239b270dd97c4b38267bf1698635edbc29 [diff] [blame] |
clear quitMainLoop when we fall through the main loop
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 @@ } Tk_DoOneEvent (0); } + quitMainLoop = 0; if (errorInCmd) {