bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal. (GH-20010)
send_signal() now swallows the exception if the process it thought was still alive winds up not to exist anymore (always a plausible race condition despite the checks). Co-authored-by: Gregory P. Smith <greg@krypto.org>
F
Filipe Laíns committed
01a202ab6b0ded546e47073db6498262086c52e9
Parent: 3172936
Committed by GitHub <noreply@github.com>
on 11/21/2020, 9:22:08 AM