Files
cpython/Lib/test
Victor Stinner 7e6977a8bc script_helper: kill the subprocess on error
If Popen.communicate() raises an exception, kill the child process to not leave
a running child process in background and maybe create a zombi process.

This change fixes a ResourceWarning in Python 3.6 when unit tests are
interrupted by CTRL+c.
2016-08-17 12:29:58 +02:00
..
2016-03-25 09:29:50 +01:00
2016-08-15 21:43:57 -07:00
2016-05-28 14:04:40 -07:00
2016-03-03 22:08:01 -08:00
2016-04-16 15:02:23 -07:00
2016-06-08 11:19:11 -07:00
2016-03-14 18:21:58 +01:00