Issue 20400: Add create_read_pipe_protocol/create_write_pipe_protocol to asyncio.SubprocessProtocol (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/64599

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:57 admin set github: 64599
2014-02-01 21:57:03 vstinner set status: open -> closedresolution: fixedmessages: +
2014-02-01 21:54:37 python-dev set nosy: + python-devmessages: +
2014-01-26 23:40:10 vstinner create