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.

Author rhettinger
Recipients
Date 2007-05-18.23:27:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Recommend closing this as a third-party bug (Python doesn't have a doubly-linked list object).

FWIW, I would guess this bug has to do with violating the tight invariants around this data structure (i.e. linked elements having to subclass from a link object, avoiding circular references, keeping the length attribute up-to-date, and assuring that the endpoint links point to something indicated the end of the chain).
History
Date User Action Args
2007-08-23 14:53:41adminlinkissue1718942 messages
2007-08-23 14:53:41admincreate