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, larry, rhettinger, xZise
Date 2015-07-31.00:31:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438302665.96.0.0698675599467.issue24667@psf.upfronthosting.co.za>
In-reply-to
Content
Getting closer.  Here's a reproducer derived from the calls made while running the pywikibot test suite (3 tests only).  Note that the KeyError indicates a different key for each run, even though the code is consistent.  This means that order preservation is failing and implies that popitem is depending on the underlying dict rather than on the linked list.  I'll look into that next.
History
Date User Action Args
2015-07-31 00:31:06eric.snowsetrecipients: + eric.snow, rhettinger, larry, Mark.Shannon, icordasc, Lukasa, xZise, jayvdb
2015-07-31 00:31:05eric.snowsetmessageid: <1438302665.96.0.0698675599467.issue24667@psf.upfronthosting.co.za>
2015-07-31 00:31:05eric.snowlinkissue24667 messages
2015-07-31 00:31:05eric.snowcreate