asyncio.subprocess: Fix a race condition in communicate()
Use self._loop instead of self._transport._loop, because transport._loop is set to None at process exit.
V
Victor Stinner committed
8d0230b0f2e9b7f8b6dcb56556d15c9590c6c519
Parent: a96ed63