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 ncoghlan
Recipients ncoghlan
Date 2011-03-03.10:56:45
SpamBayes Score 0.034736387
Marked as misclassified No
Message-id <1299149806.17.0.789738887671.issue11383@psf.upfronthosting.co.za>
In-reply-to
Content
~/devel/py3k$ ./python -c "compile('1*'*100000+'1', 'broken', 'eval')"
Segmentation fault

Going by the gdb stack trace we're blowing the stack due to the recursive descent in "compiler_visit_expr".
History
Date User Action Args
2011-03-03 10:56:46ncoghlansetrecipients: + ncoghlan
2011-03-03 10:56:46ncoghlansetmessageid: <1299149806.17.0.789738887671.issue11383@psf.upfronthosting.co.za>
2011-03-03 10:56:45ncoghlanlinkissue11383 messages
2011-03-03 10:56:45ncoghlancreate