Serhiy Storchaka <[email protected]> added the comment:
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 < and 〹 is a separate entity)? How to name the limit parameter if we make it configurable? What type of exceptions should be raised? ---------- nosy: +christian.heimes _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42051> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
