]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36801: Temporarily fix regression in writer.drain() (#13330)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 14 May 2019 21:39:13 +0000 (00:39 +0300)
committerGitHub <noreply@github.com>
Tue, 14 May 2019 21:39:13 +0000 (00:39 +0300)
commit54b74fe9df89f0e5646736f1f60376b4e37c422c
tree66a644b3c82f9b967c0e87192aca06979ef31b46
parent91c99873d115b9796377d5056785f2abc987520f
bpo-36801: Temporarily fix regression in writer.drain() (#13330)
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py