]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Jul 2021 15:25:54 +0000 (08:25 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Jul 2021 15:25:54 +0000 (16:25 +0100)
commit5ec275758dbc307e9838e7038bfc3b5390950ea7
tree576aeb57c1f9560017aa5d052bf288d3966788e4
parent632e8a69593efb12ec58d90e624ddf249a7a1b65
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271) (GH-27308)

(cherry picked from commit 83d1430ee5b8008631e7f2a75447e740eed065c1)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Misc/NEWS.d/next/Library/2021-07-20-21-51-35.bpo-42854.ThuDMI.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h