diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-11-28 17:34:23 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-11-28 17:34:23 (GMT) |
commit | b45b315855f5523d2aa5c3ad685c2c9530d42229 (patch) | |
tree | 6af726e7f3dbff8523ac64a0bead87e427fb59f5 /Misc | |
parent | 3a9a3e7864a6c04f2dce5522dfa7af434a97f9a8 (diff) | |
download | cpython-b45b315855f5523d2aa5c3ad685c2c9530d42229.zip cpython-b45b315855f5523d2aa5c3ad685c2c9530d42229.tar.gz cpython-b45b315855f5523d2aa5c3ad685c2c9530d42229.tar.bz2 |
Patch #1350409: Port signal handling to VS 2005.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -113,6 +113,7 @@ David Chaum Nicolas Chauvat Michael Chermside Albert Chin-A-Young +Adal Chiriliuc Tom Christiansen Vadim Chugunov David Cinege @@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1? 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. |