[issue23347] asyncio: fix and refactor creation of subprocess transports

STINNER Victor report at bugs.python.org
Fri Jan 30 00:19:29 CET 2015


STINNER Victor added the comment:

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()).

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23347>
_______________________________________


More information about the Python-bugs-list mailing list