[issue1469629] __dict__ = self in subclass of dict causes a memory leak

2012-03-09 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue1469629] __dict__ = self in subclass of dict causes a memory leak

2012-03-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset c7623da4e2af by Benjamin Peterson in branch '2.7': allow cycles throught the __dict__ slot to be cleared (closes #1469629) http://hg.python.org/cpython/rev/c7623da4e2af -- ___ Python tracker

[issue1469629] __dict__ = self in subclass of dict causes a memory leak

2012-03-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3787e896dbe9 by Benjamin Peterson in branch '3.2': allow cycles throught the __dict__ slot to be cleared (closes #1469629) http://hg.python.org/cpython/rev/3787e896dbe9 -- nosy: +python-dev resolution: -> fixed stage: patch review -> commi

[issue1469629] __dict__ = self in subclass of dict causes a memory leak

2012-03-07 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1469629] __dict__ = self in subclass of dict causes a memory leak

2012-03-07 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox title: __dict__ = self in subclass of dict causes a memory leak? -> __dict__ = self in subclass of dict causes a memory leak ___ Python tracker ___

[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2012-03-07 Thread Hrvoje Nikšić
Hrvoje Nikšić 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 th

[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2011-11-03 Thread Boris FELD
Changes by Boris FELD : -- nosy: +Boris.FELD ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2011-06-12 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -BreamoreBoy versions: +Python 3.3 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mai

[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2010-08-24 Thread Armin Rigo
Armin Rigo added the comment: Added the two tests in Lib/test/leakers as r45389 (in 2006) and r84296 (now). -- ___ Python tracker ___ _

[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2010-08-22 Thread Mark Lawrence
Mark Lawrence added the comment: I've reproduced this problem with 2.7, 3.1 and 3.2. -- nosy: +BreamoreBoy stage: unit test needed -> patch review type: behavior -> resource usage versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python t

[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2009-03-20 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Interpreter Core -None stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___