Skip to content

Commit f1e3e36

Browse files
committed
Streamline docsting of ParentParserLifetimeTest
Idea by @picnixz
1 parent f8c58a3 commit f1e3e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_pyexpat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,8 @@ class ParentParserLifetimeTest(unittest.TestCase):
775775
"""
776776
Subparsers make use of their parent XML_Parser inside of Expat.
777777
As a result, parent parsers need to outlive subparsers.
778-
Regression test for issue 139400
778+
779+
See https://github.com/python/cpython/issues/139400.
779780
"""
780781
def test_parent_parser_outlives_its_subparsers(self):
781782
parser = expat.ParserCreate()

0 commit comments

Comments
 (0)