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 vstinner
Recipients amaury.forgeotdarc, belopolsky, eric.snow, neologix, python-dev, rhettinger, tim.peters, vstinner
Date 2013-11-21.20:22:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZJMVqVKQgiJMhgts8C7iAEkesecQ-C927EmKA36=TM9A@mail.gmail.com>
In-reply-to <[email protected]>
Content
> FYI, the C OrderedDict implementation in #16991 implements its own doubly-linked list, built around the needs of OrderedDict.  I looked into BSD's queue.h [1], but it ended up simpler to roll my own.

Oh nice, it's probably possible to factorize code and have more unit
tests on the implementation. It may be better to discuss this in a
separated issue.
History
Date User Action Args
2013-11-21 20:22:17vstinnersetrecipients: + vstinner, tim.peters, rhettinger, amaury.forgeotdarc, belopolsky, neologix, python-dev, eric.snow
2013-11-21 20:22:17vstinnerlinkissue18874 messages
2013-11-21 20:22:17vstinnercreate