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 8455c74 commit d74a1d5Copy full SHA for d74a1d5
Lib/test/test_asyncgen.py
@@ -543,8 +543,6 @@ async def consume():
543
self.loop.run_until_complete(consume())
544
self.assertEqual(results, [1, 2])
545
546
- # TODO: RUSTPYTHON, NameError: name 'aiter' is not defined
547
- @unittest.expectedFailure
548
def test_aiter_idempotent(self):
549
async def gen():
550
yield 1
@@ -766,8 +764,6 @@ def run_test(test):
766
764
run_test(test5)
767
765
run_test(test6)
768
769
770
771
def test_aiter_bad_args(self):
772
773
0 commit comments