[issue24667] OrderedDict.popitem()/__str__() raises KeyError

Eric Snow report at bugs.python.org
Tue Jul 21 15:05:00 CEST 2015


Eric Snow added the comment:

Ah, sorry.  I wasn't thinking past Python 3.5 (which is about to go to beta 4).  While 3.6.0a0, doesn't tell us much, d6c91b8242d2 (r96935) does.  That revision has all the necessary fixes to OrderedDict.  I'll look into this some more.  Do you get the failure consistently when running the test suite?

Also, in case you weren't aware: Python 3.5 (hence 3.6) introduces a C implementation of OrderedDict.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24667>
_______________________________________


More information about the Python-bugs-list mailing list