mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge 3.5 (Issue #27041)
This commit is contained in:
commit
8ace2c66d3
14 changed files with 55 additions and 39 deletions
|
@ -228,7 +228,7 @@ class BaseSubprocessTransport(transports.SubprocessTransport):
|
|||
if self._returncode is not None:
|
||||
return self._returncode
|
||||
|
||||
waiter = futures.Future(loop=self._loop)
|
||||
waiter = self._loop.create_future()
|
||||
self._exit_waiters.append(waiter)
|
||||
return (yield from waiter)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue