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 c8de391 commit 7a90bb4Copy full SHA for 7a90bb4
1 file changed
Lib/test/test_asyncio/test_subprocess.py
@@ -250,7 +250,7 @@ def test_kill_issue43884(self):
250
# kills the process and all its children.
251
creationflags = CREATE_NEW_PROCESS_GROUP
252
proc = self.loop.run_until_complete(
253
- asyncio.create_subprocess_shell(blocking_shell_command, stdout=asyncio.subprocess.PIPE,
+ asyncio.create_subprocess_shell(blocking_shell_command,
254
creationflags=creationflags)
255
)
256
self.loop.run_until_complete(asyncio.sleep(1))
0 commit comments