Message304399
> 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. |
|
Date |
User |
Action |
Args |
2017-10-14 19:20:31 | gvanrossum | set | recipients:
+ gvanrossum, arigo, ncoghlan, belopolsky, benjamin.peterson, njs, xdegaye, Mark.Shannon, yselivanov, xgdomingo |
2017-10-14 19:20:31 | gvanrossum | set | messageid: <1508008831.88.0.213398074469.issue30744@psf.upfronthosting.co.za> |
2017-10-14 19:20:31 | gvanrossum | link | issue30744 messages |
2017-10-14 19:20:31 | gvanrossum | create | |
|