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 8466f45 commit 25913a6Copy full SHA for 25913a6
Lib/test/test_array.py
@@ -341,8 +341,6 @@ def test_iterator_pickle(self):
341
a.fromlist(data2)
342
self.assertEqual(list(it), [])
343
344
- # TODO: RUSTPYTHON
345
- @unittest.expectedFailure
346
def test_exhausted_iterator(self):
347
a = array.array(self.typecode, self.example)
348
self.assertEqual(list(a), list(self.example))
0 commit comments