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 ac7b1aa commit a663dadCopy full SHA for a663dad
1 file changed
Lib/test/test_pyexpat.py
@@ -786,7 +786,7 @@ def test_change_size_2(self):
786
@support.requires_resource('cpu')
787
@support.requires_resource('walltime')
788
@support.bigmemtest(size=2**31, memuse=4, dry_run=False)
789
- def test_large_character_data_does_not_crash(self):
+ def test_large_character_data_does_not_crash(self, size):
790
# See https://github.com/python/cpython/issues/148441
791
parser = expat.ParserCreate()
792
parser.buffer_text = True
0 commit comments