New submission from Max Marrone :
# Summary
Basic use of `asyncio.subprocess.Process.terminate()` can raise a
`ProcessLookupError`, depending on the timing of the subprocess's exit.
I assume (but haven't checked) that this problem extends to `.kill()` and
`.send_signal()`.
This
Change by Max Marrone :
--
title: Signaling an asyncio subprocess raises ProcessLookupError, depending on
timing -> Signaling an asyncio subprocess might raise ProcessLookupError, even
if you haven't called .wait() yet
___
Python tracker