Kaydet (Commit) fa873f66 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove superfluous and useless line

üst c844b00d
......@@ -1335,7 +1335,6 @@ class ChildWatcherTestsMixin:
with self.ignore_warnings:
self.watcher._sig_chld()
callback.assert_called(m.waitpid)
if isinstance(self.watcher, asyncio.FastChildWatcher):
# here the FastChildWatche enters a deadlock
# (there is no way to prevent it)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment