Eric Snow added the comment:

The concern about reference cycles here lies in their existence in the 
linked-list.  To see what I mean, check out the use of weakrefs in the pure 
Python implementation at Lib/collections/__init__.py.  As the current 
implementation does not use PyObjects for the linked-list, I'm going to call 
this a non-issue.

----------

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

Reply via email to