blob: af8ae2026f16d3328b8b59bcfd70c2e6c67a895d [file] [log] [blame]
Fix race condition in :mod:`asyncio` where :meth:`~asyncio.SubprocessProtocol.process_exited` called before the :meth:`~asyncio.SubprocessProtocol.pipe_data_received` leading to inconsistent output. Patch by Kumar Aditya.