diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-18 10:37:54 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-18 10:37:54 (GMT) |
| commit | 50931f41d0837d309289ec36b80951d3c38b30d4 (patch) | |
| tree | 2a00d8c0b92c5236cd70cc32b0a163ca7e47a7ac /Lib/asyncio/base_subprocess.py | |
| parent | 7fea974baf7ba69824a511ddaf7776634ea0737a (diff) | |
| parent | d6dc7bdaf92915fa47caa47f35ca3cb4505f9f34 (diff) | |
| download | cpython-50931f41d0837d309289ec36b80951d3c38b30d4.zip cpython-50931f41d0837d309289ec36b80951d3c38b30d4.tar.gz cpython-50931f41d0837d309289ec36b80951d3c38b30d4.tar.bz2 | |
Merge 3.4 (asyncio)
Diffstat (limited to 'Lib/asyncio/base_subprocess.py')
| -rw-r--r-- | Lib/asyncio/base_subprocess.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/asyncio/base_subprocess.py b/Lib/asyncio/base_subprocess.py index d18f3e8..c1477b8 100644 --- a/Lib/asyncio/base_subprocess.py +++ b/Lib/asyncio/base_subprocess.py @@ -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. |
