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 alex, asvetlov, benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, flox, rhettinger, serhiy.storchaka
Date 2013-02-16.06:46:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360997209.46.0.612551154755.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
I should clarify, odict.diff passes test_ordereddict.  Regardless, it's pretty close.  I'm going to figure out why the review link hates me on this issue, but until then any extra eyes here would be appreciated.  The memory-related issues are pushing well past my experience.

My goal is to get this in before PyCon and to have a reasonable plan at least for implementing **kwargs as OrderedDict.  My intuition is that writing OrderedDict in C is the hard part.
History
Date User Action Args
2013-02-16 06:46:49eric.snowsetrecipients: + eric.snow, rhettinger, benjamin.peterson, ezio.melotti, eric.araujo, alex, asvetlov, flox, serhiy.storchaka
2013-02-16 06:46:49eric.snowsetmessageid: <1360997209.46.0.612551154755.issue16991@psf.upfronthosting.co.za>
2013-02-16 06:46:49eric.snowlinkissue16991 messages
2013-02-16 06:46:49eric.snowcreate