mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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:
commit
8b53559a89
12 changed files with 14 additions and 14 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue