]> 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:29:45 +0000 (11:29 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 19:29:45 +0000 (11:29 -0800)
commite4a6e549027b33bbe87f49fcfccc880243e49834
treea3713e2e4f9fda33be985931c65c1d42883e6c0b
parenta22dd00f2da4f6ff96f58fd8d551f16bdb870c8d
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]