File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2451,7 +2451,7 @@ def test_expandtabs_optimization(self):
24512451 def test_raiseMemError (self ):
24522452 asciifields = "nnb"
24532453 if not support .is_wasi :
2454- asciifields = asciifields + "3x "
2454+ asciifields = asciifields + "7x "
24552455 compactfields = asciifields + "nP"
24562456 ascii_struct_size = support .calcobjsize (asciifields )
24572457 compact_struct_size = support .calcobjsize (compactfields )
Original file line number Diff line number Diff line change @@ -1764,7 +1764,7 @@ class newstyleclass(object): pass
17641764 # also update field definitions in test_unicode.test_raiseMemError
17651765 asciifields = "nnb"
17661766 if not support .is_wasi :
1767- asciifields = asciifields + "3x "
1767+ asciifields = asciifields + "7x "
17681768 compactfields = asciifields + "nP"
17691769 unicodefields = compactfields + "P"
17701770 for s in samples :
You can’t perform that action at this time.
0 commit comments