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 dc7ca40 commit 0d4d4cdCopy full SHA for 0d4d4cd
1 file changed
Lib/test/test_pyexpat.py
@@ -827,7 +827,7 @@ def test_change_size_2(self):
827
@support.requires_resource('cpu')
828
@support.requires_resource('walltime')
829
@support.bigmemtest(size=2**31, memuse=4, dry_run=False)
830
- def test_large_character_data_does_not_crash(self):
+ def test_large_character_data_does_not_crash(self, size):
831
# See https://github.com/python/cpython/issues/148441
832
parser = expat.ParserCreate()
833
parser.buffer_text = True
0 commit comments