Files
cpython/Lib
Victor Stinner c15c88c13d 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.
2011-09-01 23:45:04 +02:00
..
2011-08-30 22:07:20 +02:00
2011-08-30 01:01:45 +02:00
2011-08-03 08:29:12 +02:00
2011-07-03 09:31:04 +02:00
2011-07-15 21:10:13 -05:00
2011-08-31 00:43:55 +02:00
2011-07-29 17:38:23 +02:00
2011-08-16 19:03:41 +03:00
2011-08-13 11:48:40 +02:00
2011-08-07 17:13:13 +02:00
2011-07-21 11:16:32 +03:00