mirror of
https://github.com/python/cpython.git
synced 2026-05-21 03:44:14 -04:00
7e6977a8bc
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.