]> granicus.if.org Git - python/commit
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Apr 2015 15:16:08 +0000 (17:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Apr 2015 15:16:08 +0000 (17:16 +0200)
commit8e44aa5ae475be3e2944daee4d98ca36e466dd6a
tree29201255c6f27a63355ac12f348d74961daa03de
parente7c749238e8fe2a10248ae9d81b1e53153496a8d
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
result of sendto() instead of the C int type.
Misc/NEWS
Modules/socketmodule.c