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 2011年06月10日 09:21 by Albert.Zeyer, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| py_dict_refcount_test.py | Albert.Zeyer, 2011年06月10日 09:21 | test script | ||
| Messages (2) | |||
|---|---|---|---|
| msg138062 - (view) | Author: Albert Zeyer (Albert.Zeyer) * | Date: 2011年06月10日 09:21 | |
The attached Python script leaks memory. It is clear that there is a reference circle (`__dict__` references `self`) but `gc.collect()` should find this. |
|||
| msg138063 - (view) | Author: Albert Zeyer (Albert.Zeyer) * | Date: 2011年06月10日 09:26 | |
Whoops, looks like a duplicate of #1469629. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:18 | admin | set | github: 56520 |
| 2011年06月10日 09:26:33 | Albert.Zeyer | set | status: open -> closed resolution: duplicate messages: + msg138063 |
| 2011年06月10日 09:21:26 | Albert.Zeyer | create | |