[issue11105] Compiling evil ast crashes interpreter

Alexander Belopolsky report at bugs.python.org
Thu Feb 3 18:00:33 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Looks like a stack overflow caused by an infinite recursion.  I am not sure if it is possible to add cycle detection code without sacrificing performance or setting some arbitrary limits.

I wonder: Why ast nodes need to be mutable?

----------
nosy: +belopolsky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11105>
_______________________________________


More information about the Python-bugs-list mailing list