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
Raw File
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
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

genermap.exe:	generrmap.c
	cl generrmap.c
back to top