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 2e792e6 commit 70294bcCopy full SHA for 70294bc
Lib/test/test_list.py
@@ -198,7 +198,6 @@ def test_preallocation(self):
198
self.assertEqual(iter_size, sys.getsizeof(list([0] * 10)))
199
self.assertEqual(iter_size, sys.getsizeof(list(range(10))))
200
201
- @unittest.skip("TODO: RUSTPYTHON; hang")
202
def test_count_index_remove_crashes(self):
203
# bpo-38610: The count(), index(), and remove() methods were not
204
# holding strong references to list elements while calling
0 commit comments