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 schperplata
Recipients eamanu, ncoghlan, paul.moore, schperplata, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-03-30.07:24:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553930697.22.0.51537651653.issue36426@roundup.psfhosted.org>
In-reply-to
Content
Are there any workarounds - how can we use exec() and on-the-fly created variables?
Also, why 'locals()['bar']' is seen by the interpretter, but not ony 'bar'?
History
Date User Action Args
2019-03-30 07:24:57schperplatasetrecipients: + schperplata, terry.reedy, paul.moore, ncoghlan, tim.golden, zach.ware, steve.dower, eamanu
2019-03-30 07:24:57schperplatasetmessageid: <1553930697.22.0.51537651653.issue36426@roundup.psfhosted.org>
2019-03-30 07:24:57schperplatalinkissue36426 messages
2019-03-30 07:24:57schperplatacreate