Skip to content

Commit 6a79a27

Browse files
committed
Add NEWS entry for gh-146507
1 parent e4b2b38 commit 6a79a27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)