]> granicus.if.org Git - python/commit
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 7 May 2019 20:53:19 +0000 (16:53 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 May 2019 20:53:19 +0000 (13:53 -0700)
commit1cc0ee7d9f6a2817918fafd24c18d8bb093a85d3
tree03a2e1f32fb51d8fc1c8e8ce8ebd64f672de8709
parente19a91e45fd54a56e39c2d12e6aaf4757030507f
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)

https://bugs.python.org/issue36801
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]