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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1225>
__________________________________

Attachment: IDLE_Interrupt.071001.patch
Description: Binary data

_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to