[issue1649] IDLE error: dictionary changed size during iteration

Guido van Rossum report at bugs.python.org
Tue Dec 18 21:15:25 CET 2007


Guido van Rossum added the comment:

You can fix this yourself:

 for operation in list(self._operations.keys()):

----------
nosy: +gvanrossum

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1649>
__________________________________


More information about the Python-bugs-list mailing list