We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a542c71 commit f77e2eaCopy full SHA for f77e2ea
1 file changed
Lib/test/test_subprocess.py
@@ -3379,6 +3379,7 @@ def test_wait_after_external_wait(self):
3379
# Verify the exception contains proper information
3380
exc = cm.exception
3381
self.assertIn('%d is already waited on externally' % proc.pid, str(exc))
3382
+ proc.kill()
3383
3384
def test_send_signal_race(self):
3385
# bpo-38630: send_signal() must poll the process exit status to reduce
0 commit comments