commit | 8e44aa5ae475be3e2944daee4d98ca36e466dd6a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 02 17:16:08 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 02 17:16:08 2015 +0200 |
tree | 29201255c6f27a63355ac12f348d74961daa03de | |
parent | e7c749238e8fe2a10248ae9d81b1e53153496a8d [diff] |
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the result of sendto() instead of the C int type.