diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-02 01:42:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 01:42:05 (GMT) |
commit | 9a679a0e47d58aa73b7747d4e16140048c10baf5 (patch) | |
tree | 9b858a70736362f4d83ae20b0b94a4f2acd1af7b /Tools/scripts | |
parent | e27916b1fc0364e3627438df48550c16f0b80b82 (diff) | |
download | cpython-9a679a0e47d58aa73b7747d4e16140048c10baf5.zip cpython-9a679a0e47d58aa73b7747d4e16140048c10baf5.tar.gz cpython-9a679a0e47d58aa73b7747d4e16140048c10baf5.tar.bz2 |
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."
Diffstat (limited to 'Tools/scripts')
0 files changed, 0 insertions, 0 deletions