]> granicus.if.org Git - python/commit
bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 14 May 2019 16:09:44 +0000 (19:09 +0300)
committerVictor Stinner <vstinner@redhat.com>
Tue, 14 May 2019 16:09:44 +0000 (18:09 +0200)
commitf12ba7cd0a7370631214ac0b337ab5455ce717b2
tree26b7914a776c311c65cb94cd12ffe409eb4f20a8
parentc96be811fa7da8ddcea18cc7abcae94e0f5ff966
bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313)
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2019-05-14-15-39-34.bpo-36916._GPsTt.rst [new file with mode: 0644]