Benjamin Peterson <benja...@python.org> added the comment: 2011/2/3 Alexander Belopolsky <rep...@bugs.python.org>: > > Alexander Belopolsky <belopol...@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.
Yes, it's definitely low priority. It's probably easier to crash the interpreter by producing differently malformed ast anyway. > > I wonder: Why ast nodes need to be mutable? So people can change them. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11105> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com