We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ea92c commit 9873089Copy full SHA for 9873089
Lib/test/seq_tests.py
@@ -415,7 +415,8 @@ def test_pickle(self):
415
self.assertEqual(lst2, lst)
416
self.assertNotEqual(id(lst2), id(lst))
417
418
- @unittest.skip("TODO: RUSTPYTHON, AttributeError: module 'test.support' has no attribute 'check_free_after_iterating'")
+ # TODO: RUSTPYTHON
419
+ @unittest.expectedFailure
420
def test_free_after_iterating(self):
421
support.check_free_after_iterating(self, iter, self.type2test)
422
support.check_free_after_iterating(self, reversed, self.type2test)
0 commit comments