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 c90e423 commit 5f056ebCopy full SHA for 5f056eb
Lib/test/test_pyexpat.py
@@ -707,7 +707,7 @@ def test_trigger_leak(self):
707
def test_deeply_nested_content_model(self):
708
# This should raise a RecursionError and not crash.
709
# See https://github.com/python/cpython/issues/145986.
710
- N = 500_000
+ N = 800_000
711
data = (
712
b'<!DOCTYPE root [\n<!ELEMENT root '
713
+ b'(a, ' * N + b'a' + b')' * N
0 commit comments