]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23834: Fix socket.sendto(), use the C long type to store the result of
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Apr 2015 15:19:17 +0000 (17:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Apr 2015 15:19:17 +0000 (17:19 +0200)
commit31c7e4fb1a7230823dd0d469611b2e2d3a9456eb
tree772a48c185e58f728799b3461573ca0053f8f0cd
parent320bec1922376e449325a9b3f63178e25ea77532
Issue #23834: Fix socket.sendto(), use the C long type to store the result of
sendto() instead of the C int type.
Misc/NEWS
Modules/socketmodule.c