SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285)

CGIHTTPRequestHandler of http.server now logs the CGI script exit
code, rather than the CGI script exit status of os.waitpid().

For example, if the script is killed by signal 11, it now logs:
"CGI script exit code -11."
V
Victor Stinner committed
9a679a0e47d58aa73b7747d4e16140048c10baf5
Parent: e27916b
Committed by GitHub <noreply@github.com> on 4/2/2020, 1:42:05 AM