From d6a9523ada07efbe66b15db1fea3b45c457ca28a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 27 Nov 2013 10:22:42 -0800 Subject: [PATCH] Remove question to myself about set_child_watcher() now the issue is fixed. --- pep-3156.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/pep-3156.txt b/pep-3156.txt index a12a11380..1216f2833 100644 --- a/pep-3156.txt +++ b/pep-3156.txt @@ -1863,7 +1863,6 @@ following in your main thread:: watcher = asyncio.FastChildWatcher() asyncio.set_child_watcher(watcher) - # TBD: Is a call to watcher.attach_loop() needed? Wish List