Eric Snow added the comment:

Here's one solution to the deletion-during-iteration problem.  It makes the 
iterators track the key rather than the node, at the expense of a sliver of 
speed on __iter__() and keys().

----------
Added file: http://bugs.python.org/file30467/cOrderedDict-iterators-by-key.diff

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

Reply via email to