You need to sign in or sign up before continuing.
-
Victor Stinner authored
On error, call(), check_call(), check_output() and getstatusoutput() functions of the subprocess module now kill the process, read its status (to avoid zombis) and close pipes.
c15c88c1