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 3759ac7 commit 30598a9Copy full SHA for 30598a9
Lib/test/test_pyexpat.py
@@ -778,6 +778,7 @@ class ParentParserLifetimeTest(unittest.TestCase):
778
779
See https://github.com/python/cpython/issues/139400.
780
"""
781
+
782
def test_parent_parser_outlives_its_subparsers(self):
783
parser = expat.ParserCreate()
784
subparser = parser.ExternalEntityParserCreate(None)
0 commit comments