File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -558,8 +558,8 @@ xml.parsers.expat
558558
559559* Add :meth: `~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold `
560560 and :meth: `~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification `
561- to :ref: `xmlparser <xmlparser-objects >` objects to prevent use of
562- disproportional amounts of dynamic memory from within an Expat parser.
561+ to :ref: `xmlparser <xmlparser-objects >` objects to tune protections against
562+ disproportional amounts of dynamic memory usage from within an Expat parser.
563563 (Contributed by Bénédikt Tran in :gh: `90949 `.)
564564
565565* Add :meth: `~xml.parsers.expat.xmlparser.SetBillionLaughsAttackProtectionActivationThreshold `
Original file line number Diff line number Diff line change 11Add :meth: `~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold `
22and :meth: `~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification `
3- to :ref: `xmlparser <xmlparser-objects >` objects to prevent use of
4- disproportional amounts of dynamic memory from within an Expat parser.
3+ to :ref: `xmlparser <xmlparser-objects >` objects to tune protections against
4+ disproportional amounts of dynamic memory usage from within an Expat parser.
55Patch by Bénédikt Tran.
You can’t perform that action at this time.
0 commit comments