mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
clear quitMainLoop when we fall through the main loop
This commit is contained in:
parent
8988fb239b
commit
64b24fb062
1 changed files with 1 additions and 0 deletions
|
@ -1034,6 +1034,7 @@ Tkapp_MainLoop (self, args)
|
|||
}
|
||||
Tk_DoOneEvent (0);
|
||||
}
|
||||
quitMainLoop = 0;
|
||||
|
||||
if (errorInCmd)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue