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.

Author vstinner
Recipients gvanrossum, vstinner, wabu, yselivanov
Date 2014-10-21.16:21:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413908480.16.0.72530323572.issue22685@psf.upfronthosting.co.za>
In-reply-to
Content
> p = create_subprocess_exec(..., stdout=subprocess.PIPE, limit=...)

I don't see "yield from". Do you wait until the coroutine completes?

See the documentation:
https://docs.python.org/dev/library/asyncio-subprocess.html#subprocess-using-streams

Please write a more complete example to demontrate your issue.
History
Date User Action Args
2014-10-21 16:21:20vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, wabu
2014-10-21 16:21:20vstinnersetmessageid: <1413908480.16.0.72530323572.issue22685@psf.upfronthosting.co.za>
2014-10-21 16:21:20vstinnerlinkissue22685 messages
2014-10-21 16:21:19vstinnercreate