[ python-Bugs-1468223 ] Hitting CTRL-C while in a loop closes IDLE on cygwin

SourceForge.net noreply at sourceforge.net
Tue Apr 11 08:01:28 CEST 2006


Bugs item #1468223, was opened at 2006-04-11 09:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1468223&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Miki Tebeka (tebeka)
Assigned to: Nobody/Anonymous (nobody)
Summary: Hitting CTRL-C while in a loop closes IDLE on cygwin

Initial Comment:
Try the following:
>>> while 1:
        print 1
1
1
1
...

Not hit CTRL-C
IDLE will close

When hitting CTRL-C when IDLE is idle (huh), the regular 
KeyboardInterrupt is shown

This happens on Cygwin (but not on Linux)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1468223&group_id=5470


More information about the Python-bugs-list mailing list