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 eric.smith
Recipients Allie Fitter, a.badger, eric.smith
Date 2019-05-09.18:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557426781.92.0.00707018183679.issue36310@roundup.psfhosted.org>
In-reply-to
Content
I was going to say "use eval()", but maybe we need some sort of "eval_fstring()" that basically only understood f-strings and produced a callable that captured all of the variables (like a closure), maybe that would help.
History
Date User Action Args
2019-05-09 18:33:01eric.smithsetrecipients: + eric.smith, a.badger, Allie Fitter
2019-05-09 18:33:01eric.smithsetmessageid: <1557426781.92.0.00707018183679.issue36310@roundup.psfhosted.org>
2019-05-09 18:33:01eric.smithlinkissue36310 messages
2019-05-09 18:33:01eric.smithcreate