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 hniksic
Recipients Boris.FELD, arigo, dobesv, hitchmanr, hniksic, nnorwitz
Date 2012-03-07.12:52:29
SpamBayes Score 0.022957902
Marked as misclassified No
Message-id <1331124750.33.0.843684628683.issue1469629@psf.upfronthosting.co.za>
In-reply-to
Content
Could this patch please be committed to Python? We have just run into this problem in production, where our own variant of AttrDict was shown to be leaking.

It is possible to work around the problem by implementing explicit __getattr__ and __setattr__, but that is both slower and trickier to get right.
History
Date User Action Args
2012-03-07 12:52:30hniksicsetrecipients: + hniksic, nnorwitz, arigo, dobesv, hitchmanr, Boris.FELD
2012-03-07 12:52:30hniksicsetmessageid: <1331124750.33.0.843684628683.issue1469629@psf.upfronthosting.co.za>
2012-03-07 12:52:29hniksiclinkissue1469629 messages
2012-03-07 12:52:29hniksiccreate