Skip to content

Commit 70294bc

Browse files
committed
Remove the skip decorator
1 parent 2e792e6 commit 70294bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ def test_preallocation(self):
198198
self.assertEqual(iter_size, sys.getsizeof(list([0] * 10)))
199199
self.assertEqual(iter_size, sys.getsizeof(list(range(10))))
200200

201-
@unittest.skip("TODO: RUSTPYTHON; hang")
202201
def test_count_index_remove_crashes(self):
203202
# bpo-38610: The count(), index(), and remove() methods were not
204203
# holding strong references to list elements while calling

0 commit comments

Comments
 (0)