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 davidnicol
Recipients davidnicol
Date 2009-02-02.18:52:30
SpamBayes Score 0.00021777183
Marked as misclassified No
Message-id <1233600751.98.0.0626987723582.issue5133@psf.upfronthosting.co.za>
In-reply-to
Content
The single line statements:

eval("08")  ; and
eval("09")

both crash; while

eval("07")  works fine
History
Date User Action Args
2009-02-02 18:52:32davidnicolsetrecipients: + davidnicol
2009-02-02 18:52:32davidnicolsetmessageid: <1233600751.98.0.0626987723582.issue5133@psf.upfronthosting.co.za>
2009-02-02 18:52:30davidnicollinkissue5133 messages
2009-02-02 18:52:30davidnicolcreate