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 larry
Recipients benjamin.peterson, berker.peksag, georg.brandl, larry, serhiy.storchaka, zach.ware
Date 2015-04-19.06:14:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429424080.5.0.425285306165.issue24002@psf.upfronthosting.co.za>
In-reply-to
Content
Actually eval(ast) is all I need for #23967 too.  But eval is a builtin, so it feels wrong to have it supporting--and therefore dependent on--ast.
History
Date User Action Args
2015-04-19 06:14:40larrysetrecipients: + larry, georg.brandl, benjamin.peterson, berker.peksag, zach.ware, serhiy.storchaka
2015-04-19 06:14:40larrysetmessageid: <1429424080.5.0.425285306165.issue24002@psf.upfronthosting.co.za>
2015-04-19 06:14:40larrylinkissue24002 messages
2015-04-19 06:14:40larrycreate