Staging
v0.5.1
https://github.com/python/cpython
Revision e76ee1a72b9e3f5da287663ea3daec4bb3f67612 authored by Victor Stinner on 06 December 2019, 15:32:41 UTC, committed by GitHub on 06 December 2019, 15:32:41 UTC
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.
1 parent b64334c
History
Tip revision: e76ee1a72b9e3f5da287663ea3daec4bb3f67612 authored by Victor Stinner on 06 December 2019, 15:32:41 UTC
bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477)
Tip revision: e76ee1a
File Mode Size
windows-release
ci.yml -rw-r--r-- 3.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 771 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.5 KB
pr.yml -rw-r--r-- 3.2 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top