Skip to content

Commit 0ab6087

Browse files
committed
Skip on 32-bit platforms
1 parent dbbf181 commit 0ab6087

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_bigaddrspace.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def test_repeat(self):
6868
finally:
6969
x = None
7070

71+
@unittest.skipUnless(sys.maxsize >= 0x7FFFFFFF_FFFFFFFF,
72+
'need 64-bit size')
7173
def test_large_alloc(self):
7274
debug_bytes = 0
7375
if support.check_impl_detail(cpython=True) and support.Py_DEBUG:

0 commit comments

Comments
 (0)