]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Apr 2015 15:20:48 +0000 (17:20 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Apr 2015 15:20:48 +0000 (17:20 +0200)
commitea534f79a5cb388d96393f98882d724affdd29b9
tree99e0b181556966783407c9948bbbf6d6fe6ec949
parent33f96f180022d150d5ad7e8939819913998b0e7f
parent8e44aa5ae475be3e2944daee4d98ca36e466dd6a
(Merge 3.4) Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to
store the result of sendto() instead of the C int type.

(The bug was already fixed in the default branch, but differently.)
Misc/NEWS