Pablo Galindo Salgado <[email protected]> added the comment:
Guido, Eric, what are your thoughts here? The fix that I merged works by limiting the maximum recursion but seems that incrementing the recursion counter on every parser call makes quite a lot of impact on startup. Unfortunately if we revert the fix, we still have the problem that Python can segfault for certain inputs that overload the stack. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46110> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
