[New-bugs-announce] [issue10003] signal.SIGBREAK regression on windows

Martin report at bugs.python.org
Fri Oct 1 03:07:58 CEST 2010


New submission from Martin <gzlist at googlemail.com>:

The change in response to bug 9324 breaks bzr on windows as we use signal.SIGBREAK to listen for a ctrl+break keyboard press.

Although SIGBREAK is not documented as valid on:
<http://msdn.microsoft.com/library/xdkz3x12>
It does in fact work and corresponds to CTRL_BREAK_EVENT in native windows terms.

----------
components: Extension Modules, Windows
messages: 117769
nosy: brian.curtin, gz
priority: normal
severity: normal
status: open
title: signal.SIGBREAK regression on windows
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list