Patch #1350409: Port signal handling to VS 2005.
diff --git a/Misc/ACKS b/Misc/ACKS
index 8eebc05..e739534 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -113,6 +113,7 @@
Nicolas Chauvat
Michael Chermside
Albert Chin-A-Young
+Adal Chiriliuc
Tom Christiansen
Vadim Chugunov
David Cinege
diff --git a/Misc/NEWS b/Misc/NEWS
index cb598d5..cd947a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
Core and builtins
-----------------
+- Patch #1350409: Work around signal handling bug in Visual Studio 2005.
+
- Bug #1281408: Py_BuildValue now works correct even with unsigned longs
and long longs.