[issue11343] Make errors due to full parser stack identifiable

Pablo Galindo Salgado report at bugs.python.org
Thu Jul 8 12:38:49 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> > python example.py
> s_push: parser stack overflow
>  MemoryError

That error can only happen with the old parser, so you must be using Python3.8 or 3.9 with the old parser. Can you confirm?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue11343>
_______________________________________


More information about the Python-bugs-list mailing list