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 f8c58a3 commit f1e3e36Copy full SHA for f1e3e36
Lib/test/test_pyexpat.py
@@ -775,7 +775,8 @@ class ParentParserLifetimeTest(unittest.TestCase):
775
"""
776
Subparsers make use of their parent XML_Parser inside of Expat.
777
As a result, parent parsers need to outlive subparsers.
778
- Regression test for issue 139400
+
779
+ See https://github.com/python/cpython/issues/139400.
780
781
def test_parent_parser_outlives_its_subparsers(self):
782
parser = expat.ParserCreate()
0 commit comments