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 exarkun
Recipients exarkun, pitrou, vstinner
Date 2009-05-27.18:58:06
SpamBayes Score 0.0011004761
Marked as misclassified No
Message-id <1243450689.3.0.922271611899.issue6116@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I forgot dictionaries aren't weakrefable.  That's such a pain, I
thought the third solution would be a good balance between easy and good. :/

Regarding the first solution, my only question right now is whether this
should be a new attribute/method, or if the behavior of f_locals should
just be changed.  The former would be nicer, I think, and perhaps
f_locals can be deprecated in favor of it.
History
Date User Action Args
2009-05-27 18:58:09exarkunsetrecipients: + exarkun, pitrou, vstinner
2009-05-27 18:58:09exarkunsetmessageid: <1243450689.3.0.922271611899.issue6116@psf.upfronthosting.co.za>
2009-05-27 18:58:07exarkunlinkissue6116 messages
2009-05-27 18:58:06exarkuncreate