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 <[email protected]>
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: <[email protected]>
2015-01-29 23:19:29vstinnerlinkissue23347 messages
2015-01-29 23:19:29vstinnercreate