mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
5 lines
316 B
ReStructuredText
5 lines
316 B
ReStructuredText
Add :meth:`~xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold`
|
|
and :meth:`~xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification`
|
|
to :ref:`xmlparser <xmlparser-objects>` objects to prevent use of
|
|
disproportional amounts of dynamic memory from within an Expat parser.
|
|
Patch by Bénédikt Tran.
|