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