Eric Snow added the comment:

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.

----------
Added file: http://bugs.python.org/file40072/odict_reproduce.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24667>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to