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

Armin Rigo report at bugs.python.org
Tue Feb 4 22:01:12 CET 2014


Armin Rigo added the comment:

Hi Fabio!  This is admittedly a corner-case use case, but if you think it would be worth it, we can very easily add this as a feature to PyPy (by making frame.f_locals writeable).  Then we can add the write inside pdb, and you could do the same for PyDev when running on PyPy.  It's certainly something that goes beyond the standard of CPython 2.7 but we'd consider it because it's obviously debug-only.

----------

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


More information about the Python-bugs-list mailing list