Skip to content

Commit 889df33

Browse files
committed
fixes
1 parent ba6a815 commit 889df33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_list.py

-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ def test_basic(self):
2020
self.assertEqual(list(x for x in range(10) if x % 2),
2121
[1, 3, 5, 7, 9])
2222

23-
# XXX RUSTPYTHON TODO: catch ooms
2423
if sys.maxsize == 0x7fffffff:
2524
# This test can currently only work on 32-bit machines.
26-
# XXX If/when PySequence_Length() returns a ssize_t, it should be
27-
# XXX re-enabled.
2825
# Verify clearing of bug #556025.
2926
# This assumes that the max data size (sys.maxint) == max
3027
# address size this also assumes that the address size is at

0 commit comments

Comments
 (0)