This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients arigo, fabioz, loewis, rhettinger
Date 2014-02-04.21:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391547672.69.0.664426330931.issue1654367@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-04 21:01:12arigosetrecipients: + arigo, loewis, rhettinger, fabioz
2014-02-04 21:01:12arigosetmessageid: <1391547672.69.0.664426330931.issue1654367@psf.upfronthosting.co.za>
2014-02-04 21:01:12arigolinkissue1654367 messages
2014-02-04 21:01:12arigocreate