mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge latest Tulip into asyncio
This commit is contained in:
parent
b62deac9a3
commit
0742cae335
3 changed files with 0 additions and 7 deletions
|
@ -114,7 +114,6 @@ class BaseSubprocessTransport(transports.SubprocessTransport):
|
|||
assert returncode is not None, returncode
|
||||
assert self._returncode is None, self._returncode
|
||||
self._returncode = returncode
|
||||
self._loop._subprocess_closed(self)
|
||||
self._call(self._protocol.process_exited)
|
||||
self._try_finish()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue