mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-136234: Fix SelectorSocketTransport.writelines to be robust to connection loss (GH-136743) (#138702)
This commit is contained in:
parent
de84d09050
commit
5cd6cfe4cf
3 changed files with 25 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix :meth:`asyncio.WriteTransport.writelines` to be robust to connection
|
||||
failure, by using the same behavior as :meth:`~asyncio.WriteTransport.write`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue