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 gvanrossum
Recipients Mark.Shannon, arigo, belopolsky, benjamin.peterson, gvanrossum, ncoghlan, njs, xdegaye, xgdomingo, yselivanov
Date 2017-10-14.19:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508008831.88.0.213398074469.issue30744@psf.upfronthosting.co.za>
In-reply-to
Content
> Moreover, if f_locals can be modified outside a tracing hook, then we have the same problem in a cross-function way, e.g. if function f1() calls function f2() which does sys._getframe(1).f_locals['foo'] = 42.

That's covered by the rule that says sys._getframe() has undefined results.
History
Date User Action Args
2017-10-14 19:20:31gvanrossumsetrecipients: + gvanrossum, arigo, ncoghlan, belopolsky, benjamin.peterson, njs, xdegaye, Mark.Shannon, yselivanov, xgdomingo
2017-10-14 19:20:31gvanrossumsetmessageid: <1508008831.88.0.213398074469.issue30744@psf.upfronthosting.co.za>
2017-10-14 19:20:31gvanrossumlinkissue30744 messages
2017-10-14 19:20:31gvanrossumcreate