diff options
author | Seth M. Larson <SethMichaelLarson@users.noreply.github.com> | 2017-03-03 04:21:18 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2017-03-03 17:23:44 (GMT) |
commit | f7f024a721d53978d03129e8eb5111d4f74534a9 (patch) | |
tree | 185e73281542126450a09b01d661e785ad83ec04 /Misc/NEWS | |
parent | d0620bcd4eb8b7bb39d7aedc3e434585959c3177 (diff) | |
download | cpython-f7f024a721d53978d03129e8eb5111d4f74534a9.zip cpython-f7f024a721d53978d03129e8eb5111d4f74534a9.tar.gz cpython-f7f024a721d53978d03129e8eb5111d4f74534a9.tar.bz2 |
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Extension Modules Library ------- +- bpo-29704: asyncio.subprocess.SubprocessStreamProtocol no longer closes before + all pipes are closed. + - bpo-29703: Fix asyncio to support instantiation of new event loops in child processes. |