We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a410938 commit 0128198Copy full SHA for 0128198
Lib/test/test_asyncio/test_futures.py
@@ -756,7 +756,7 @@ def test_future_disallow_multiple_initialization(self):
756
f.__init__(loop=self.loop)
757
758
def test_futureiter_send_after_throw_no_crash(self):
759
- fut = self._new_future()
+ fut = self._new_future(loop=self.loop)
760
it = fut.__await__()
761
next(it)
762
with self.assertRaises(RuntimeError):
0 commit comments