[issue19332] Guard against changing dict during iteration

Raymond Hettinger report at bugs.python.org
Wed Oct 23 06:20:22 CEST 2013


Raymond Hettinger added the comment:

The decision to not monitor adding or removing keys was intentional.  It is just not worth the cost in either time or space.

----------
assignee:  -> rhettinger

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


More information about the Python-bugs-list mailing list