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 Dennis Sweeney
Recipients AjithRamachandran, Dennis Sweeney
Date 2021-06-11.17:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623431681.49.0.831935817205.issue44397@roundup.psfhosted.org>
In-reply-to
Content
This issue is probably a duplicate of https://bugs.python.org/issue42575 .

In almost all use cases, a linked list can be replaced by a collections.deque, which already uses a double linked list of blocks internally. Is there something you need a linked list to do that you can't do already with a deque?
History
Date User Action Args
2021-06-11 17:14:41Dennis Sweeneysetrecipients: + Dennis Sweeney, AjithRamachandran
2021-06-11 17:14:41Dennis Sweeneysetmessageid: <1623431681.49.0.831935817205.issue44397@roundup.psfhosted.org>
2021-06-11 17:14:41Dennis Sweeneylinkissue44397 messages
2021-06-11 17:14:41Dennis Sweeneycreate