[issue1649] IDLE error: dictionary changed size during iteration

2007-12-18 Thread Christian Heimes
Christian Heimes added the comment: Thanks Guido, I didn't read the code before I created this bug report. Fixed in r59554 -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue1649] IDLE error: dictionary changed size during iteration

2007-12-18 Thread Guido van Rossum
Guido van Rossum added the comment: You can fix this yourself: for operation in list(self._operations.keys()): -- nosy: +gvanrossum __ Tracker <[EMAIL PROTECTED]> __

[issue1649] IDLE error: dictionary changed size during iteration

2007-12-18 Thread Raymond Hettinger
Changes by Raymond Hettinger: -- priority: normal -> high __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1649] IDLE error: dictionary changed size during iteration

2007-12-18 Thread Christian Heimes
New submission from Christian Heimes: This happens when I press on X to close idle: c:\dev\python\trunk\PCbuild9>python ../Lib/idlelib/idle.py Exception in Tkinter callback Traceback (most recent call last): File "c:\dev\python\trunk\lib\lib-tk\Tkinter.py", line 1403, in __call__ return se