]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 Feb 2022 19:30:03 +0000 (11:30 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 19:30:03 +0000 (11:30 -0800)
commite5e1441d41907f92cc3bb5de675a2c519068173d
tree2fbded2f615c97c7ca8c99470d34cddfa4deec6f
parent519eb6ad74f946a9aa7676e2d6579a3a765a8b50
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
(cherry picked from commit 64568acbd88a88d54ac9b8215447f88280448dd5)

Co-authored-by: Emiya <importz750@gmail.com>
Lib/asyncio/sslproto.py
Lib/asyncio/transports.py
Misc/NEWS.d/next/Library/2022-01-27-12-24-38.bpo-46487.UDkN2z.rst [new file with mode: 0644]