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 1b2937d commit 8c5a4e8Copy full SHA for 8c5a4e8
Misc/NEWS.d/next/Core_and_Builtins/2025-09-29-00-01-28.gh-issue-139400.X2T-jO.rst
@@ -1,3 +1,4 @@
1
-Make sure that parent Expat parsers are only garbage-collected once they are
2
-no longer being referenced by subparsers.
3
-(Bugfix contributed by Sebastian Pipping)
+:mod:`xml.parsers.expat`: Make sure that parent Expat parsers are only
+garbage-collected once they are no longer referenced by subparsers created
+by :meth:`~xml.parsers.expat.xmlparser.ExternalEntityParserCreate`.
4
+Patch by Sebastian Pipping.
0 commit comments