8000 Update Lib/test/test_asyncio/test_subprocess.py · python/cpython@60dafa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60dafa1

Browse files
authored
Update Lib/test/test_asyncio/test_subprocess.py
1 parent 3a3d5e2 commit 60dafa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ async def in_thread():
756756
async def main():
757757
return await asyncio.to_thread(asyncio.run, in_thread())
758758

759-
asyncio.set_child_watcher(PidfdChildWatcher())
759+
asyncio.set_child_watcher(asyncio.PidfdChildWatcher())
760760
try:
761761
returncode, stdout = asyncio.run(main())
762762
self.assertEqual(returncode, 0)

0 commit comments

Comments
 (0)
0