[issue10003] signal.SIGBREAK regression on windows

2010-10-01 Thread Brian Curtin
Brian Curtin cur...@acm.org added the comment: Fixed in r85140 (py3k), r85141 (release31-maint), and r85145 (release27-maint). Thanks for the report! -- resolution: accepted - fixed stage: patch review - committed/rejected status: open - closed ___

[issue10003] signal.SIGBREAK regression on windows

2010-10-01 Thread Martin
Martin gzl...@googlemail.com added the comment: Thanks for the quick resolution Brian, head now works as expected. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10003 ___

[issue10003] signal.SIGBREAK regression on windows

2010-09-30 Thread Martin
New submission from Martin gzl...@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

[issue10003] signal.SIGBREAK regression on windows

2010-09-30 Thread Martin
Martin gzl...@googlemail.com added the comment: Also, the test seems to set signal handlers and never unset them, which I've also corrected. -- keywords: +patch Added file: http://bugs.python.org/file19076/sigbreak_windows_10003.patch ___ Python

[issue10003] signal.SIGBREAK regression on windows

2010-09-30 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- assignee: - brian.curtin resolution: - accepted stage: - patch review type: - behavior versions: -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10003