New submission from Albert Zeyer <alb...@googlemail.com>:

The attached Python script leaks memory. It is clear that there is a reference 
circle (`__dict__` references `self`) but `gc.collect()` should find this.

----------
components: Interpreter Core
files: py_dict_refcount_test.py
messages: 138062
nosy: Albert.Zeyer
priority: normal
severity: normal
status: open
title: memory leak with self-referencing dict
type: resource usage
versions: Python 3.2
Added file: http://bugs.python.org/file22311/py_dict_refcount_test.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12311>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to