Ordered Sets

Raymond Hettinger python at rcn.com
Fri Mar 20 15:42:01 EDT 2009


[Scott David Daniels]
> The double-linked list part could be done with weakrefs and
> perhaps Aahz would relax a bit.

Am thinking that the __del__() takes care of business.
The clear() operation removes the links and all references
to them (including circular).


Raymond




More information about the Python-list mailing list