| commit | c68a4a048cf4e2d520b00546d8a4eef3a2723e8b | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Fri Jan 18 00:10:24 2013 -0500 |
| committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 18 00:10:24 2013 -0500 |
| tree | c2da8094f7a98fa39f2acd34af343b99c2c49861 | |
| parent | fc4aa76d59968a60ea91bda4b2c505e1070743ac [diff] [blame] |
check windows fd validity (closes #16992)
diff --git a/Misc/NEWS b/Misc/NEWS index 11fa1f3..d7e01a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -150,6 +150,9 @@ Library ------- +- Issue #16992: On Windows in signal.set_wakeup_fd, validate the file + descriptor argument. + - Issue #16422: For compatibility with the Python version, the C version of decimal now uses strings instead of integers for rounding mode constants.