Merge with 3.3, issue #17047: remove doubled words added in 3.3,

as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
Terry Jan Reedy 2013-03-11 18:36:38 -04:00
commit 8b53559a89
12 changed files with 14 additions and 14 deletions

View file

@ -3546,7 +3546,7 @@ sock_sendmsg(PySocketSockObject *s, PyObject *args)
the next header, it checks its (uninitialized) cmsg_len
member to see if the "message" fits in the buffer, and
returns NULL if it doesn't. Zero-filling the buffer
ensures that that doesn't happen. */
ensures that this doesn't happen. */
memset(controlbuf, 0, controllen);
for (i = 0; i < ncmsgbufs; i++) {