]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
authorMartin Panter <vadmium+py@gmail.com>
Sun, 27 Mar 2016 05:35:19 +0000 (05:35 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 27 Mar 2016 05:35:19 +0000 (05:35 +0000)
commitb8089b4dde2986da237ee471c8f3645ec8a5975f
treed4ef2246a3d2d20e9ba8a3a9792e43ecb0a444c6
parent6ce9f4b9a4e77f2b2ed54925f2c1d3ca66dabb8d
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c