Guido van Rossum <gu...@python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30744>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to