[issue1654367] [PATCH] Debuggers need a way to change the locals of a frame

Fabio Zadrozny report at bugs.python.org
Fri Aug 20 01:40:54 CEST 2010


Fabio Zadrozny <fabioz at users.sourceforge.net> added the comment:

I agree that it'd be cleaner making the frame locals a dict-like object with write access, but I wouldn't be able to do that because of time constraints (and I'd have to research more how to do it and it'd be much more intrusive I guess).

So, if it's guaranteed that it'll be accepted I can provide a patch (changing the clear to 1) of the savelocals() version.

I guess I don't agree this falls in the language moratorium, but if that's the case I can wait 1 or 2 more years before submitting the patch :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1654367>
_______________________________________


More information about the Python-bugs-list mailing list