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 b6e9fab commit a56f668Copy full SHA for a56f668
Lib/test/test_pyexpat.py
@@ -686,7 +686,8 @@ def test_change_size_2(self):
686
687
class ElementDeclHandlerTest(unittest.TestCase):
688
def test_trigger_leak(self):
689
- # Unfixed, this test would leak 32 to 56 bytes of memory.
+ # Unfixed, this test would leak the memory of the so-called
690
+ # "content model" in function ``my_ElementDeclHandler`` of pyexpat.
691
# See https://github.com/python/cpython/issues/140593.
692
data = textwrap.dedent('''\
693
<!DOCTYPE quotations SYSTEM "quotations.dtd" [
0 commit comments