]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH...
authorZackery Spytz <zspytz@gmail.com>
Mon, 27 Nov 2023 17:15:39 +0000 (09:15 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 17:15:39 +0000 (19:15 +0200)
commit812360fddda86d7aff5823f529ab720f57ddc411
treec43b90aa73a8bb1942f10a205f508d50e39fa175
parent22e411e1d107f79a0904d41a489a82355a39b5de
gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310)

It is also no longer use __len__().

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]