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 afb6b42 commit b6e9fabCopy full SHA for b6e9fab
Lib/test/test_pyexpat.py
@@ -687,7 +687,7 @@ def test_change_size_2(self):
687
class ElementDeclHandlerTest(unittest.TestCase):
688
def test_trigger_leak(self):
689
# Unfixed, this test would leak 32 to 56 bytes of memory.
690
- # https://github.com/python/cpython/issues/140593
+ # See https://github.com/python/cpython/issues/140593.
691
data = textwrap.dedent('''\
692
<!DOCTYPE quotations SYSTEM "quotations.dtd" [
693
<!ELEMENT root ANY>
0 commit comments