• Victor Stinner's avatar
    asyncio: fix ResourceWarning related to subprocesses · b0d43ce8
    Victor Stinner authored
    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.
    b0d43ce8
base_subprocess.py 8.73 KB