This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients christian.heimes, ronaldoussoren, serhiy.storchaka, vstinner
Date 2020-10-18.13:37:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603028237.25.0.679364597868.issue42051@roundup.psfhosted.org>
In-reply-to
Content
Seems that we can not control entity definitions and expansions. We only can limit the number of expanded entities per element (the size of self.data).

What is the reasonable default limit (taking into account that every &lt; and &#12345; is a separate entity)? How to name the limit parameter if we make it configurable? What type of exceptions should be raised?
History
Date User Action Args
2020-10-18 13:37:17serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, vstinner, christian.heimes
2020-10-18 13:37:17serhiy.storchakasetmessageid: <1603028237.25.0.679364597868.issue42051@roundup.psfhosted.org>
2020-10-18 13:37:17serhiy.storchakalinkissue42051 messages
2020-10-18 13:37:17serhiy.storchakacreate