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.
Created on 2006-04-13 05:04 by dobesv, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
subtypecleardict.diff | arigo, 2006-04-13 09:58 | Patch (for 2.5, probably applies to 2.4 as well) | review | |
test4.py | arigo, 2006-04-13 09:59 | Another leak. | ||
test_dictself.py | hitchmanr, 2010-03-05 06:18 | unit test to check whether "self.__dict__ = self" leaks |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:16 | admin | set | github: 43198 |
2012-03-09 08:55:08 | eric.snow | set | nosy:
+ eric.snow |
2012-03-08 01:15:42 | python-dev | set | messages: + msg155144 |
2012-03-08 00:53:07 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg155141 resolution: fixed stage: patch review -> resolved |
2012-03-07 23:02:44 | pitrou | set | nosy:
+ vstinner |
2012-03-07 12:59:27 | flox | set | nosy:
+ flox title: __dict__ = self in subclass of dict causes a memory leak? -> __dict__ = self in subclass of dict causes a memory leak |
2012-03-07 12:52:29 | hniksic | set | nosy:
+ hniksic messages: + msg155084 |
2011-11-03 09:59:00 | Boris.FELD | set | nosy:
+ Boris.FELD |
2011-06-12 18:47:50 | terry.reedy | set | nosy:
- BreamoreBoy versions: + Python 3.3, - Python 3.1 |
2010-09-18 15:47:00 | benjamin.peterson | link | issue1441 superseder |
2010-08-24 12:55:07 | arigo | set | messages: + msg114783 |
2010-08-22 09:22:08 | BreamoreBoy | set | versions:
+ Python 3.1, Python 2.7, Python 3.2, - Python 2.6 nosy: + BreamoreBoy messages: + msg114653 type: behavior -> resource usage stage: test needed -> patch review |
2010-03-05 06:18:21 | hitchmanr | set | files:
+ test_dictself.py nosy: + hitchmanr messages: + msg100453 |
2009-03-21 02:07:25 | rhettinger | set | priority: normal -> high |
2009-03-21 02:03:52 | ajaksu2 | set | stage: test needed type: behavior components: + Interpreter Core, - None versions: + Python 2.6, - Python 2.4 |
2006-04-13 05:04:48 | dobesv | create |