[Python-Dev] Status of PEP 3145 - Asynchronous I/O for subprocess.popen
Victor Stinner
victor.stinner at gmail.com
Wed Mar 26 12:55:47 CET 2014
Hi,
For your information, asyncio.subprocess.Process is limited. It's not
possible yet to connect pipes between two processes. Something like
"cat | wc -l" where the cat stdin comes from Python.
It's possible to enhance the API to implement that, but the timeframe
was too short to implement it before Python 3.4.
Victor
2014-03-25 23:19 GMT+01:00 Antoine Pitrou <solipsis at pitrou.net>:
>
> Hi,
>
> On core-mentorship someone asked about PEP 3145 - Asynchronous I/O for
> subprocess.popen. I answered that asyncio now has subprocess support
> (including non-blocking I/O on the three standard stream pipes), so
> it's not obvious anything else is needed.
>
> Should we change the PEP's status to Rejected or Superseded?
>
> Regards
>
> Antoine.
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com
More information about the Python-Dev
mailing list