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

Fabio Zadrozny report at bugs.python.org
Thu Feb 6 16:15:16 CET 2014


Fabio Zadrozny added the comment:

Hi Armin,

That does make sense to me, but maybe it could be nice providing a standard API across Python implementations to make that call (even if the CPython version uses ctypes underneath and the PyPy version uses RPython), but I'll leave that up to CPython and PyPy devs to discuss -- so, for me, if that call is in the __pypy__ namespace, I'll do the proper check and use it in the PyDev debugger :)

p.s.: no problem on putting my name on the test case (and distributing in whatever license PyPy or CPython is under).

----------

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


More information about the Python-bugs-list mailing list