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 BreamoreBoy, arigo, fabioz, loewis, rhettinger
Date 2010-08-19.23:40:52
SpamBayes Score 3.640019e-06
Marked as misclassified No
Message-id <1282261254.11.0.4219876081.issue1654367@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that it'd be cleaner making the frame locals a dict-like object with write access, but I wouldn't be able to do that because of time constraints (and I'd have to research more how to do it and it'd be much more intrusive I guess).

So, if it's guaranteed that it'll be accepted I can provide a patch (changing the clear to 1) of the savelocals() version.

I guess I don't agree this falls in the language moratorium, but if that's the case I can wait 1 or 2 more years before submitting the patch :)
History
Date User Action Args
2010-08-19 23:40:54fabiozsetrecipients: + fabioz, loewis, arigo, rhettinger, BreamoreBoy
2010-08-19 23:40:54fabiozsetmessageid: <1282261254.11.0.4219876081.issue1654367@psf.upfronthosting.co.za>
2010-08-19 23:40:52fabiozlinkissue1654367 messages
2010-08-19 23:40:52fabiozcreate