]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Nov 2023 17:30:53 +0000 (18:30 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 17:30:53 +0000 (17:30 +0000)
commit3ef75ee5844e11c7bc804499cfc09bfc78abd12b
tree44cc342d11cc08a23f2b386c0408c645a3eebeb0
parenta2ed553b1a7d104a9fe7d8ddc70424fca4784dd5
[3.12] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) (GH-112458)

It is also no longer use __len__().

(cherry picked from commit 812360fddda86d7aff5823f529ab720f57ddc411)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2020-05-21-23-32-46.bpo-40262.z4fQv1.rst [new file with mode: 0644]