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, python-dev, vstinner, yselivanov
Date 2015-01-29.23:19:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422573569.72.0.963611079998.issue23347@psf.upfronthosting.co.za>
In-reply-to
Content
I commited my change with small changes.

"wait() is a coroutine, which is something uncommon. Is it ok to start using coroutines in transports, at least for subprocess transports?"

I made the method private (renamed to _wait()).
History
Date User Action Args
2015-01-29 23:19:29vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov
2015-01-29 23:19:29vstinnersetmessageid: <1422573569.72.0.963611079998.issue23347@psf.upfronthosting.co.za>
2015-01-29 23:19:29vstinnerlinkissue23347 messages
2015-01-29 23:19:29vstinnercreate