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 eric.snow
Recipients amaury.forgeotdarc, belopolsky, eric.snow, neologix, python-dev, rhettinger, tim.peters, vstinner
Date 2013-11-21.18:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385056800.78.0.536523866735.issue18874@psf.upfronthosting.co.za>
In-reply-to
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.

[1] http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/queue.h?rev=1.56
History
Date User Action Args
2013-11-21 18:00:00eric.snowsetrecipients: + eric.snow, tim.peters, rhettinger, amaury.forgeotdarc, belopolsky, vstinner, neologix, python-dev
2013-11-21 18:00:00eric.snowsetmessageid: <1385056800.78.0.536523866735.issue18874@psf.upfronthosting.co.za>
2013-11-21 18:00:00eric.snowlinkissue18874 messages
2013-11-21 18:00:00eric.snowcreate