bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477)
If waitpid() is called elsewhere, waitpid() call fails with ChildProcessError: use return code 255 in this case, and log a warning. It ensure that the pidfd file descriptor is closed if this error occurs.
V
Victor Stinner committed
e76ee1a72b9e3f5da287663ea3daec4bb3f67612
Parent: b64334c
Committed by GitHub <noreply@github.com>
on 12/6/2019, 3:32:41 PM