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 fabioz
Recipients arigo, fabioz, loewis, rhettinger
Date 2014-02-04.14:22:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391523729.5.0.519557272684.issue1654367@psf.upfronthosting.co.za>
In-reply-to
Content
Just a note for anyone interested: ctypes can be used to access that function:

http://pydev.blogspot.com.br/2014/02/changing-locals-of-frame-frameflocals.html

So, I think that the changes I proposed shouldn't be applied (it'd only be worth if someone provided an implementation that did frame.f_locals writable...).
History
Date User Action Args
2014-02-04 14:22:09fabiozsetrecipients: + fabioz, loewis, arigo, rhettinger
2014-02-04 14:22:09fabiozsetmessageid: <1391523729.5.0.519557272684.issue1654367@psf.upfronthosting.co.za>
2014-02-04 14:22:09fabiozlinkissue1654367 messages
2014-02-04 14:22:09fabiozcreate