mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
remove superfluous and useless line
This commit is contained in:
parent
c844b00dec
commit
fa873f66c6
1 changed files with 0 additions and 1 deletions
|
|
@ -1335,7 +1335,6 @@ def test_sigchld_child_reaped_elsewhere(self, m):
|
||||||
with self.ignore_warnings:
|
with self.ignore_warnings:
|
||||||
self.watcher._sig_chld()
|
self.watcher._sig_chld()
|
||||||
|
|
||||||
callback.assert_called(m.waitpid)
|
|
||||||
if isinstance(self.watcher, asyncio.FastChildWatcher):
|
if isinstance(self.watcher, asyncio.FastChildWatcher):
|
||||||
# here the FastChildWatche enters a deadlock
|
# here the FastChildWatche enters a deadlock
|
||||||
# (there is no way to prevent it)
|
# (there is no way to prevent it)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue