This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, kbk
Date 2007-12-18.09:03:30
SpamBayes Score 0.037902072
Marked as misclassified No
Message-id <1197968613.72.0.593763152218.issue1649@psf.upfronthosting.co.za>
In-reply-to
Content
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 self.func(*args)
  File "c:\dev\python\trunk\lib\lib-tk\Tkinter.py", line 498, in callit
    func(*args)
  File "c:\dev\python\trunk\lib\idlelib\PyShell.py", line 945, in close2
    return EditorWindow.close(self)
  File "c:\dev\python\trunk\lib\idlelib\EditorWindow.py", line 825, in close
    self._close()
  File "c:\dev\python\trunk\lib\idlelib\PyShell.py", line 961, in _close
    EditorWindow._close(self)
  File "c:\dev\python\trunk\lib\idlelib\EditorWindow.py", line 841, in
_close
    self.per.close()
  File "c:\dev\python\trunk\lib\idlelib\Percolator.py", line 20, in close
    self.redir.close(); self.redir = None
  File "c:\dev\python\trunk\lib\idlelib\WidgetRedirector.py", line 43,
in close
    for operation in self._operations:
RuntimeError: dictionary changed size during iteration

Windows XP, Python 2.6 trunk, Tcl 8.4.16 (corrected build).
History
Date User Action Args
2007-12-18 09:03:34christian.heimessetspambayes_score: 0.0379021 -> 0.037902072
recipients: + christian.heimes, kbk
2007-12-18 09:03:33christian.heimessetspambayes_score: 0.0379021 -> 0.0379021
messageid: <1197968613.72.0.593763152218.issue1649@psf.upfronthosting.co.za>
2007-12-18 09:03:33christian.heimeslinkissue1649 messages
2007-12-18 09:03:30christian.heimescreate