This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add create_read_pipe_protocol/create_write_pipe_protocol to asyncio.SubprocessProtocol
Type: Stage:
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, larry, python-dev, vstinner
Priority: release blocker Keywords:

Created on 2014-01-26 23:40 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg209366 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-01-26 23:40
I reported the issue in Tulip project:
http://code.google.com/p/tulip/issues/detail?id=115

I consider this issue as as serious API flaw and I would like to fix it before Python 3.4 final.
msg209919 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-02-01 21:54
New changeset d7ac90c0463a by Victor Stinner in branch 'default':
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
http://hg.python.org/cpython/rev/d7ac90c0463a
msg209920 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-02-01 21:57
asyncio has a new asyncio.subprocess module which implements my feature request.
History
Date User Action Args
2022-04-11 14:57:57adminsetgithub: 64599
2014-02-01 21:57:03vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg209920
2014-02-01 21:54:37python-devsetnosy: + python-dev
messages: + msg209919
2014-01-26 23:40:10vstinnercreate