]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Nov 2023 17:41:05 +0000 (19:41 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 17:41:05 +0000 (17:41 +0000)
commit6d9b1819b84a0285ed706d11b1f7060ddf141355
tree9da9194c0438780afd1d659ae156bcd3ae568638
parent62e430af9eca7eddafc1f73dd8f7af289ffdf097
[3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310) (GH-112459)

It is also no longer use __len__().

(cherry picked from commit 812360fddda86d7aff5823f529ab720f57ddc411)

Co-authored-by: Zackery Spytz <zspytz@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]