Crashing IDLE
Skip Montanaro
skip at pobox.com
Thu May 30 11:10:24 EDT 2002
David> I would consider that a bug - "pass" should be checking for
David> ctrl-c and other events imo. It sure strikes me as a point for
David> relinquishing control.
It will relinquish control to another thread and sense KeyboardInterrupt.
If your app is not threaded though, Tk will never get control so it can
process its event queue. That's what fills up.
--
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)
Boycott Netflix - they spam - http://www.musi-cal.com/~skip/netflix.html
More information about the Python-list
mailing list