File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -518,6 +518,16 @@ unittest
518518 (Contributed by Garry Cairns in :gh: `134567 `.)
519519
520520
521+ xml.parsers.expat
522+ -----------------
523+
524+ * Add :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification `
525+ and :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold `
526+ to :class: `~xml.parsers.expat.xmlparser ` objects to prevent use of
527+ disproportional amounts of dynamic memory from within an Expat parser.
528+ (Contributed by Bénédikt Tran in :gh: `90949 `.)
529+
530+
521531zlib
522532----
523533
Original file line number Diff line number Diff line change 1+ Add :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification `
2+ and :func: `~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold `
3+ to :class: `~xml.parsers.expat.xmlparser ` objects to prevent use of
4+ disproportional amounts of dynamic memory from within an Expat parser. Patch
5+ by Bénédikt Tran.
You can’t perform that action at this time.
0 commit comments