Remove question to myself about set_child_watcher() now the issue is fixed.

This commit is contained in:
Guido van Rossum 2013-11-27 10:22:42 -08:00
parent 3d35067db1
commit d6a9523ada
1 changed files with 0 additions and 1 deletions

View File

@ -1863,7 +1863,6 @@ following in your main thread::
watcher = asyncio.FastChildWatcher() watcher = asyncio.FastChildWatcher()
asyncio.set_child_watcher(watcher) asyncio.set_child_watcher(watcher)
# TBD: Is a call to watcher.attach_loop() needed?
Wish List Wish List