Skip to content

Commit 960fac3

Browse files
committed
Explain test_bigrepeat skip in seq_tests.py
1 parent 6064f7e commit 960fac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/seq_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def test_repeat(self):
321321
self.assertEqual(self.type2test(s)*(-4), self.type2test([]))
322322
self.assertEqual(id(s), id(s*1))
323323

324-
@unittest.skip("TODO: RUSTPYTHON")
324+
@unittest.skip("TODO: RUSTPYTHON, only works on 32-bit systems?")
325325
def test_bigrepeat(self):
326326
if sys.maxsize <= 2147483647:
327327
x = self.type2test([0])

0 commit comments

Comments
 (0)