commit | 9a644b23cc5ab83fc56ea18dceb4c3b34e653f73 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 24 23:47:41 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jun 24 23:47:41 2013 +0200 |
tree | 8ac095fa8b221b16a8641b5133cffbdb10919b38 | |
parent | 7b2513589f0456ce02ee0dda51da6baa281b3f59 [diff] |
Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods of socket.socket objects now truncate the input buffer to INT_MAX bytes on Windows to avoid an integer overflow. (sendall() still send the whole buffer.)