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 4b44b1e commit 0bbde07Copy full SHA for 0bbde07
1 file changed
Lib/test/test_pyexpat.py
@@ -876,7 +876,7 @@ def test_change_size_2(self):
876
@support.requires_resource('cpu')
877
@support.requires_resource('walltime')
878
@support.bigmemtest(size=2**31, memuse=4, dry_run=False)
879
- def test_large_character_data_does_not_crash(self):
+ def test_large_character_data_does_not_crash(self, size):
880
# See https://github.com/python/cpython/issues/148441
881
parser = expat.ParserCreate()
882
parser.buffer_text = True
0 commit comments