summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-09-30 17:00:24 (GMT)
committerGuido van Rossum <guido@python.org>1995-09-30 17:00:24 (GMT)
commit64b24fb062d98e90eae7b58367eefba5ebf6aa87 (patch)
tree7fd9a0f20035dc09e4843b7e0df2f5a91a31acd0 /Modules
parent8988fb239b270dd97c4b38267bf1698635edbc29 (diff)
downloadcpython-64b24fb062d98e90eae7b58367eefba5ebf6aa87.zip
cpython-64b24fb062d98e90eae7b58367eefba5ebf6aa87.tar.gz
cpython-64b24fb062d98e90eae7b58367eefba5ebf6aa87.tar.bz2
clear quitMainLoop when we fall through the main loop
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_tkinter.c1
1 files changed, 1 insertions, 0 deletions
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)
{