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 skrah
Recipients djmdjm, henry.precheur, skrah
Date 2010-05-14.16:26:02
SpamBayes Score 2.7234825e-07
Marked as misclassified No
Message-id <1273854364.73.0.120471958938.issue8714@psf.upfronthosting.co.za>
In-reply-to
Content
On OpenBSD, SIGINT handling in the REPL is delayed until further input:

Python 2.7b2+ (trunk:81162, May 14 2010, 14:47:52) 
[GCC 3.3.5 (propolice)] on openbsd4
Type "help", "copyright", "credits" or "license" for more information.
>>>  <= here Ctrl-C is pressed but nothing appears
Only after hitting <Return> a traceback appears:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
KeyboardInterrupt


This behavior was introduced (exposed by?) r68460.


When Python is compiled without threads, the behavior is normal.
History
Date User Action Args
2010-05-14 16:26:04skrahsetrecipients: + skrah, djmdjm, henry.precheur
2010-05-14 16:26:04skrahsetmessageid: <1273854364.73.0.120471958938.issue8714@psf.upfronthosting.co.za>
2010-05-14 16:26:02skrahlinkissue8714 messages
2010-05-14 16:26:02skrahcreate