mirror of https://github.com/python/cpython
Browse Source
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.pull/40/head
1 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue