diff options
author | Seth M. Larson <SethMichaelLarson@users.noreply.github.com> | 2017-03-03 04:21:18 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@gmail.com> | 2017-03-03 04:21:18 (GMT) |
commit | 481cb70a724687d12553d38a749c16034af68a1e (patch) | |
tree | de7694fa41f50dca1b20e114030edf3cc6d11ae5 /Misc | |
parent | 398ff91ac0b8f4d930cd5d9e3e6a4bf247f810ef (diff) | |
download | cpython-481cb70a724687d12553d38a749c16034af68a1e.zip cpython-481cb70a724687d12553d38a749c16034af68a1e.tar.gz cpython-481cb70a724687d12553d38a749c16034af68a1e.tar.bz2 |
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -259,6 +259,9 @@ Extension Modules Library ------- +- bpo-29704: asyncio.subprocess.SubprocessStreamProtocol no longer closes before + all pipes are closed. + - bpo-29271: Fix Task.current_task and Task.all_tasks implemented in C to accept None argument as their pure Python implementation. |