We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2b38 commit 6a79a27Copy full SHA for 6a79a27
1 file changed
Misc/NEWS.d/next/Library/2026-03-27-12-00-00.gh-issue-146507.1D95A7.rst
@@ -0,0 +1,3 @@
1
+Make :meth:`asyncio.SelectorEventLoop` stream transport's
2
+:meth:`~asyncio.WriteTransport.get_write_buffer_size` O(1) by maintaining a
3
+running byte counter instead of iterating the buffer on every call.
0 commit comments