This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, benjamin.peterson
Date 2011-02-03.17:00:32
SpamBayes Score 6.16534e-05
Marked as misclassified No
Message-id <1296752433.45.0.101254250853.issue11105@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-02-03 17:00:33belopolskysetrecipients: + belopolsky, benjamin.peterson
2011-02-03 17:00:33belopolskysetmessageid: <1296752433.45.0.101254250853.issue11105@psf.upfronthosting.co.za>
2011-02-03 17:00:32belopolskylinkissue11105 messages
2011-02-03 17:00:32belopolskycreate