]> granicus.if.org Git - python/commit
Fix #10003. Add SIGBREAK to the set of valid signals on Windows.
authorBrian Curtin <brian.curtin@gmail.com>
Fri, 1 Oct 2010 14:49:24 +0000 (14:49 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Fri, 1 Oct 2010 14:49:24 +0000 (14:49 +0000)
commit9e88b5aeee219c8b1968a29f206231cca2719ed3
tree1adbbeb1e4e9273bc5c53e8e9ba8d3571841b037
parent38e299615270e2a4a9b223b789924e899847f3cc
Fix #10003. Add SIGBREAK to the set of valid signals on Windows.

This fixes a regression noticed by bzr, introduced by issue #9324.
Lib/test/test_signal.py
Misc/NEWS
Modules/signalmodule.c