Thanks to visit codestin.com Credit goes to github.com
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 47cd10d commit 0698638Copy full SHA for 0698638
1 file changed
Lib/test/test_asyncio/test_subprocess.py
@@ -87,6 +87,8 @@ def test_proc_exited(self):
87
self.assertRaises(ProcessLookupError, transport.terminate)
88
self.assertRaises(ProcessLookupError, transport.kill)
89
90
+ transport.close()
91
+
92
93
class SubprocessMixin:
94
0 commit comments