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 senyai
Recipients senyai
Date 2012-07-25.09:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343209916.8.0.539933820287.issue15446@psf.upfronthosting.co.za>
In-reply-to
Content
a=lambda:a
print eval("a" + "()" * 999999)
History
Date User Action Args
2012-07-25 09:51:56senyaisetrecipients: + senyai
2012-07-25 09:51:56senyaisetmessageid: <1343209916.8.0.539933820287.issue15446@psf.upfronthosting.co.za>
2012-07-25 09:51:56senyailinkissue15446 messages
2012-07-25 09:51:55senyaicreate