]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH...
authorEmiya <importz750@gmail.com>
Tue, 1 Feb 2022 16:05:02 +0000 (21:35 +0530)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 16:05:02 +0000 (18:05 +0200)
commit64568acbd88a88d54ac9b8215447f88280448dd5
treeccfff8b06e1dd8d415a9d533d4072163f4aed9c2
parent0e4bef7a7f6f25a6f39755778c73e7026901611f
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>
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]