[issue16991] Add OrderedDict written in C

Jim Jewett report at bugs.python.org
Sun May 24 05:18:09 CEST 2015


Jim Jewett added the comment:

Eric, unless I'm misreading your debugging info, it is the other way around -- something is in the dict, but not in the list that you iterate over.  

And since the list that you iterate over looks right, I have to wonder if it was something internal-to-configparser (or its various converters and proxies).  Perhaps the __root used by the collections.OrderedDict that it uses by default?

Can you iterate over it as a dict, instead of as an ordered dict, to find the discrepancy?

----------

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


More information about the Python-bugs-list mailing list