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 Lukasa, Mark.Shannon, eric.snow, icordasc, jayvdb, rhettinger, xZise
Date 2015-07-25.17:20:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437844846.79.0.530459524596.issue24667@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding this bug, it's clear now that the ordered keys and the underlying dict are getting out of sync somewhere.  This is either due to a bug in the C OrderedDict implementation or the use of the concrete dict C-API (or dict.* methods; thanks Mark).  It's undoubtedly the former since the pure Python implementation did not have this problem.

I'm hoping to have some time today to identify the source of the problem.
History
Date User Action Args
2015-07-25 17:20:46eric.snowsetrecipients: + eric.snow, rhettinger, Mark.Shannon, icordasc, Lukasa, xZise, jayvdb
2015-07-25 17:20:46eric.snowsetmessageid: <1437844846.79.0.530459524596.issue24667@psf.upfronthosting.co.za>
2015-07-25 17:20:46eric.snowlinkissue24667 messages
2015-07-25 17:20:46eric.snowcreate