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 brett.cannon, larry, ncoghlan, pdmccormick, serhiy.storchaka, yselivanov, zach.ware
Date 2015-04-19.18:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429468960.24.0.952163823032.issue23967@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks to #24002 I now know how to write evalify_node properly.  This patch is now much better.

Note that I deliberately made the new function _eval_ast_expr() as a "private" module-level routine.  I need that same functionality in Argument Clinic too, so if both patches are accepted I'll have Clinic switch to calling this version.
History
Date User Action Args
2015-04-19 18:42:40larrysetrecipients: + larry, brett.cannon, ncoghlan, zach.ware, serhiy.storchaka, yselivanov, pdmccormick
2015-04-19 18:42:40larrysetmessageid: <1429468960.24.0.952163823032.issue23967@psf.upfronthosting.co.za>
2015-04-19 18:42:40larrylinkissue23967 messages
2015-04-19 18:42:40larrycreate