Commit c6789d6c authored by Andrew Svetlov's avatar Andrew Svetlov Committed by Miss Islington (bot)

bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChildWatcher (GH-13754)



https://bugs.python.org/issue35621
parent fb9423fd
......@@ -1836,6 +1836,7 @@ class PolicyTests(unittest.TestCase):
policy.get_event_loop().close()
policy = self.create_policy()
policy.set_child_watcher(asyncio.SafeChildWatcher())
th = threading.Thread(target=f)
th.start()
......
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