Message 349001 - Python tracker

Message349001

Author rhettinger
Recipients Grzegorz Krasoń, rhettinger, steven.daprano
Date 2019-08-04.20:27:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564950474.03.0.326821516185.issue37646@roundup.psfhosted.org>
In-reply-to
Content
After more thought, I think the existing behavior is probably what we want.  There may not be a clean way to allow access and updates to non-locals.  Even if a way was found, it may tie our hands and preclude other implementation changes down the road.  Also, such a feature may be at odds with the current API which allows the execution environment to be retargeted.  There is also a risk of introducing new security issues.

I've attached a PR to update the eval() docs to reflect the actual behavior.
History
Date User Action Args
2019-08-04 20:27:54rhettingersetrecipients: + rhettinger, steven.daprano, Grzegorz Krasoń
2019-08-04 20:27:54rhettingersetmessageid: <1564950474.03.0.326821516185.issue37646@roundup.psfhosted.org>
2019-08-04 20:27:54rhettingerlinkissue37646 messages
2019-08-04 20:27:53rhettingercreate