[issue1225] IDLE - Fix: pressing Ctrl+C while printing exception -> stuck

2007-10-09 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r58396 Thanks for the patch! -- assignee: -> kbk priority: -> normal resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1225] IDLE - Fix: pressing Ctrl+C while printing exception -> stuck

2007-10-01 Thread Tal Einat
New submission from Tal Einat: Patch run.py, adding a global 'interruptable' flag which is set only when executing code. This avoids interrupting the main thread while it is printing an exception, which would cause IDLE to freeze up. Reworked patch from IDLE-Spoon. -- components: IDLE f