[New-bugs-announce] [issue18040] SIGINT catching regression on windows in 2.7
David Gilman
report at bugs.python.org
Thu May 23 05:01:06 CEST 2013
New submission from David Gilman:
I opened this StackOverflow bug with an example simplified testcase. As you can see in the first comment a user added that this code worked under Python 2.6 on Windows and no longer works on 2.7.
http://stackoverflow.com/questions/16686510/how-do-i-capture-sigint-in-python-on-windows?noredirect=1#comment24013681_16686510
Here's a patch that went into the 2.7 release that maybe is related? http://bugs.python.org/issue1677
----------
messages: 189843
nosy: David.Gilman
priority: normal
severity: normal
status: open
title: SIGINT catching regression on windows in 2.7
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18040>
_______________________________________
More information about the New-bugs-announce
mailing list