commit | 0639be650511f717399e803faa798257b790ae81 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat May 07 19:21:22 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat May 07 19:21:22 2011 +0300 |
tree | ff785ab6bf8a943b71ce729ad7e00f2ae92f4c37 | |
parent | cec464951e06dd9388352590eb1f17b9aa3d68a5 [diff] [blame] |
#10169: Fix argument parsing in socket.sendto() to avoid error masking.
diff --git a/Misc/NEWS b/Misc/NEWS index 8c76057..8f3c0b9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -358,6 +358,8 @@ Extension Modules ----------------- +- Issue #10169: Fix argument parsing in socket.sendto() to avoid error masking. + - Issue #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.