Pablo Galindo Salgado <[email protected]> added the comment:
This is a known issue for recursive descendent parsers. The only thing we can do here is somehow limit the maximum stack depth of the C stack, but that can: * Slow down the parser. * Limit valid expressions that otherwise won't segfault. * Still don't work in certain systems. ---------- _______________________________________ 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
