SIGN IN SIGN UP

asyncio: fix ResourceWarning related to subprocesses

Issue #26741: asyncio: BaseSubprocessTransport._process_exited() now copies the
return code from the child watched to the returncode attribute of the Popen
object. On Python 3.6, it is required to avoid a ResourceWarning.
V
Victor Stinner committed
b0d43ce890adbcfea2e1dff7ba6e76c5c046b61c
Parent: 387e6e3