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
pgen
Python.asdl -rw-r--r-- 5.3 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 12.6 KB
asdl_c.py -rwxr-xr-x 46.4 KB
grammar1.c -rw-r--r-- 1.0 KB
listnode.c -rw-r--r-- 1.6 KB
myreadline.c -rw-r--r-- 10.6 KB
node.c -rw-r--r-- 5.1 KB
parser.c -rw-r--r-- 12.4 KB
parser.h -rw-r--r-- 1.4 KB
parsetok.c -rw-r--r-- 14.2 KB
token.c -rw-r--r-- 4.5 KB
tokenizer.c -rw-r--r-- 54.7 KB
tokenizer.h -rw-r--r-- 3.7 KB

back to top