commit | bc4a834bd5110c4171c03c255c61864a7c3d97fe | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Sep 30 21:28:27 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Sep 30 21:28:27 2014 -0400 |
tree | b2a68c0c8ee017625d639525b892556b31f981e3 | |
parent | 95bc0e4703f6997b808240b3b24635bb2bebd781 [diff] [blame] |
this test will only work on 64-bit machines
diff --git a/Lib/test/test_file2k.py b/Lib/test/test_file2k.py index 14e5931..cab4079 100644 --- a/Lib/test/test_file2k.py +++ b/Lib/test/test_file2k.py
@@ -436,6 +436,7 @@ finally: f.close() + @unittest.skipUnless(sys.maxsize > 2**31, "requires 64-bit system") @test_support.precisionbigmemtest(2**31, 1) def test_very_long_line(self, maxsize): # Issue #22526