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

Tal Einat report at bugs.python.org
Mon Oct 1 22:18:00 CEST 2007


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
files: IDLE_Interrupt.071001.patch
messages: 56209
nosy: kbk, taleinat
severity: normal
status: open
title: IDLE - Fix: pressing Ctrl+C while printing exception -> stuck
type: crash
versions: Python 2.5, Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1225>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IDLE_Interrupt.071001.patch
Type: application/octet-stream
Size: 1348 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071001/5d319720/attachment.obj 


More information about the New-bugs-announce mailing list