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 amaury.forgeotdarc
Recipients Michael Klein, SilentGhost, amaury.forgeotdarc, ned.deily, ronaldoussoren
Date 2015-03-11.17:38:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426095480.16.0.0511083274191.issue23643@psf.upfronthosting.co.za>
In-reply-to
Content
Probably a stack overflow, when the AST is too deep:
eval("+1" * 748580) also crashed for me
History
Date User Action Args
2015-03-11 17:38:00amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ronaldoussoren, ned.deily, SilentGhost, Michael Klein
2015-03-11 17:38:00amaury.forgeotdarcsetmessageid: <1426095480.16.0.0511083274191.issue23643@psf.upfronthosting.co.za>
2015-03-11 17:38:00amaury.forgeotdarclinkissue23643 messages
2015-03-11 17:38:00amaury.forgeotdarccreate