We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbf181 commit 0ab6087Copy full SHA for 0ab6087
Lib/test/test_bigaddrspace.py
@@ -68,6 +68,8 @@ def test_repeat(self):
68
finally:
69
x = None
70
71
+ @unittest.skipUnless(sys.maxsize >= 0x7FFFFFFF_FFFFFFFF,
72
+ 'need 64-bit size')
73
def test_large_alloc(self):
74
debug_bytes = 0
75
if support.check_impl_detail(cpython=True) and support.Py_DEBUG:
0 commit comments