blob: 76cfc58121d3bd634284f6f7f84b8fe21e41c149 (
plain)
1
|
Fixed the :class:`!asyncio.selector_events._SelectorSocketTransport` transport not pausing writes for the protocol when the buffer reaches the high water mark when using :meth:`asyncio.WriteTransport.writelines`.
|