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 eric.snow, rhettinger
Date 2015-06-03.18:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433356540.45.0.600210205928.issue24369@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that tracks changes to the C OrderedDict linked list, similar to how it's done in deque.  I've left the pure Python OrderedDict alone.

@Raymond, that state counter works great. :)
History
Date User Action Args
2015-06-03 18:35:40eric.snowsetrecipients: + eric.snow, rhettinger
2015-06-03 18:35:40eric.snowsetmessageid: <1433356540.45.0.600210205928.issue24369@psf.upfronthosting.co.za>
2015-06-03 18:35:40eric.snowlinkissue24369 messages
2015-06-03 18:35:40eric.snowcreate