This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dude-X
Recipients Dude-X
Date 2007-12-21.06:16:11
SpamBayes Score 0.001072268
Marked as misclassified No
Message-id <1198217773.08.0.968759924116.issue1677@psf.upfronthosting.co.za>
In-reply-to
Content
When running Python 2.5.1 stable in Windows, you can press Ctrl-C as 
many times as you want and it will always output Keyboard Interrupt in 
the interpreter.
Python 3.0a+ will quit if you press ctrl-c too many times. The last 
release of 3.0a2 can handle many interrupts before quitting, but the 
latest snapshot (Dec 20th) can not.

Steps to reproduce:
Run python.exe
hold down ctrl-c, or press it many times. It will quit the interpreter 
eventually.
History
Date User Action Args
2007-12-21 06:16:13Dude-Xsetspambayes_score: 0.00107227 -> 0.001072268
recipients: + Dude-X
2007-12-21 06:16:13Dude-Xsetspambayes_score: 0.00107227 -> 0.00107227
messageid: <1198217773.08.0.968759924116.issue1677@psf.upfronthosting.co.za>
2007-12-21 06:16:12Dude-Xlinkissue1677 messages
2007-12-21 06:16:11Dude-Xcreate