[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +968 ___ Python tracker ___ ___

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 481cb70a724687d12553d38a749c16034af68a1e by Yury Selivanov (Seth M. Larson) in branch 'master': bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) https://github.com/python/cpython/commit/481cb70a724687d12553d38a749c16034af68a1e

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 604faba1db724951ee440337099d111e3ecade49 by Yury Selivanov (Seth M. Larson) in branch '3.6': bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) https://github.com/python/cpython/commit/604faba1db724951ee440337099d111e3ecade49

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-24 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset f7f024a721d53978d03129e8eb5111d4f74534a9 by Yury Selivanov (Seth M. Larson) in branch '3.5': bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) https://github.com/python/cpython/commit/f7f024a721d53978d03129e8eb5111d4f74534a9

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +592 ___ Python tracker ___ ___

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-03 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-02 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +347 ___ Python tracker ___ ___

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-02 Thread Yury Selivanov
Changes by Yury Selivanov : -- pull_requests: +346 ___ Python tracker ___ ___

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-02 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-02 Thread Seth Michael Larson
Changes by Seth Michael Larson : -- components: +asyncio nosy: +gvanrossum type: -> behavior ___ Python tracker ___

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-02 Thread Seth Michael Larson
New submission from Seth Michael Larson: Copied from https://github.com/python/asyncio/issues/484 """ >From https://bugs.python.org/issue23242#msg284930 The following script is used to reproduce the bug: import asyncio async def execute(): process = await asyncio.create_subprocess_exec(