Raymond Hettinger <[email protected]> added the comment:

This is an unfortunate aspect of using __del__.
I don't see a way around it without reintroducing
weak references.

Of course, your code can also use weak ref proxies
to avoid creating uncollectible circular garbage.

----------
priority: normal -> low

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to