mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
Issue #23456: Add missing @coroutine decorators in asyncio
This commit is contained in:
parent
d55436ace3
commit
d6dc7bdaf9
3 changed files with 5 additions and 0 deletions
|
@ -211,6 +211,7 @@ class BaseSubprocessTransport(transports.SubprocessTransport):
|
|||
waiter.set_result(returncode)
|
||||
self._exit_waiters = None
|
||||
|
||||
@coroutine
|
||||
def _wait(self):
|
||||
"""Wait until the process exit and return the process return code.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue