Issue #12494: Close pipes and kill process on error in subprocess functions
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.
V
Victor Stinner committed
c15c88c13dd67e320161760638778b17486100c1
Parent: 3391e64