[New-bugs-announce] [issue8714] Delayed signals in the REPL on OpenBSD (possibly libpthread related)

Stefan Krah report at bugs.python.org
Fri May 14 18:26:04 CEST 2010


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

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.

----------
components: Interpreter Core
messages: 105720
nosy: djmdjm, henry.precheur, skrah
priority: normal
severity: normal
status: open
title: Delayed signals in the REPL on OpenBSD (possibly libpthread related)
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8714>
_______________________________________


More information about the New-bugs-announce mailing list