Hrvoje Nikšić <[email protected]> added the comment: 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. ---------- nosy: +hniksic _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1469629> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
