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

Armin Rigo report at bugs.python.org
Thu Feb 6 12:09:44 CET 2014


Armin Rigo added the comment:

Sorry to hijack CPython's bug tracker for that, but can you check if this makes sense to you?  I added a function 'locals_to_fast()' to the __pypy__ built-in module which just calls the PyPy equivalent to PyFrame_LocalsToFast().  Your tests are passing, so I guess there should be no problem.  The diff is here: http://bpaste.net/show/176119/ (are you ok with having your name put into the test file?).

----------

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


More information about the Python-bugs-list mailing list