]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 22:48:02 +0000 (00:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jun 2013 22:48:02 +0000 (00:48 +0200)
commitc1a44269da5ac707ed65346e42c233012d8d0759
treee2055c9f0c9246f5f6d870c102b329fa35dcaf30
parent7dc9bd84df64fad6eeac42284f338e9f0049deb6
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
string in longer than 2 gigabytes. The ssl module does not support partial
write.
Misc/NEWS
Modules/_ssl.c