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 neologix
Recipients neologix, pitrou
Date 2013-05-06.20:12:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3mafEStrPpzyDJuV04scSzs1ijn3z1dOvmFmDG1N7Ukw@mail.gmail.com>
In-reply-to <1367869060.85.0.743038609985.issue17912@psf.upfronthosting.co.za>
Content
Are there other places in the code base using linked-list?
If yes, I think it could be interesting to add a generic linked-list
implementation, like the one used in the Linux kernel:
http://kernelnewbies.org/FAQ/LinkedLists
http://isis.poly.edu/kulesh/stuff/src/klist/
History
Date User Action Args
2013-05-06 20:12:31neologixsetrecipients: + neologix, pitrou
2013-05-06 20:12:31neologixlinkissue17912 messages
2013-05-06 20:12:31neologixcreate