We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6a815 commit 889df33Copy full SHA for 889df33
Lib/test/test_list.py
@@ -20,11 +20,8 @@ def test_basic(self):
20
self.assertEqual(list(x for x in range(10) if x % 2),
21
[1, 3, 5, 7, 9])
22
23
- # XXX RUSTPYTHON TODO: catch ooms
24
if sys.maxsize == 0x7fffffff:
25
# 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.
28
# Verify clearing of bug #556025.
29
# This assumes that the max data size (sys.maxint) == max
30
# address size this also assumes that the address size is at
0 commit comments