Skip to content

Commit a663dad

Browse files
vstinnerpicnixz
andauthored
Apply suggestion from @picnixz
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent ac7b1aa commit a663dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_pyexpat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def test_change_size_2(self):
786786
@support.requires_resource('cpu')
787787
@support.requires_resource('walltime')
788788
@support.bigmemtest(size=2**31, memuse=4, dry_run=False)
789-
def test_large_character_data_does_not_crash(self):
789+
def test_large_character_data_does_not_crash(self, size):
790790
# See https://github.com/python/cpython/issues/148441
791791
parser = expat.ParserCreate()
792792
parser.buffer_text = True

0 commit comments

Comments
 (0)