]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 May 2019 21:48:35 +0000 (14:48 -0700)
committerGitHub <noreply@github.com>
Tue, 7 May 2019 21:48:35 +0000 (14:48 -0700)
commit93aa57ac6594d1cc30d147720fc8a7a4e1ca2d3e
treec06ec686606bffa40735455d4985ef8e089d2508
parent5edd82c806435ccf936504553da39d0778e49825
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)

https://bugs.python.org/issue36801
(cherry picked from commit 1cc0ee7d9f6a2817918fafd24c18d8bb093a85d3)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/streams.py
Lib/asyncio/subprocess.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2019-05-05-09-45-44.bpo-36801.XrlFFs.rst [new file with mode: 0644]