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