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 de2f62c commit baaf37dCopy full SHA for baaf37d
1 file changed
Lib/test/test_pyexpat.py
@@ -715,7 +715,7 @@ def test_change_size_2(self):
715
@support.requires_resource('cpu')
716
@support.requires_resource('walltime')
717
@support.bigmemtest(size=2**31, memuse=4, dry_run=False)
718
- def test_large_character_data_no_buffer_overflow(self):
+ def test_large_character_data_does_not_crash(self):
719
# See https://github.com/python/cpython/issues/148441
720
parser = expat.ParserCreate()
721
parser.buffer_text = True
0 commit comments