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 ocean-city
Recipients ocean-city, vstinner
Date 2008-11-14.16:37:19
SpamBayes Score 1.0471429e-08
Marked as misclassified No
Message-id <1226680642.62.0.449860870118.issue4313@psf.upfronthosting.co.za>
In-reply-to
Content
After long random investigation, I found idle_crash_1.py can reproduce
the crash. And I noticed in idle_crash_2.py WidgetRedirector#dispatch,
last element of args cannot be printed. Here is result.

10
0 -foreground
1 black
2 -selectforeground
3 black
4 -selectbackground
5 black
6 -background
7 black
8 -insertbackground
9 Traceback (most recent call last):
  File "c.py", line 52, in <module>
    selectbackground=color,
  File "e:\python-dev\py3k\lib\tkinter\__init__.py", line 1199, in configure
    return self._configure('configure', cnf, kw)
  File "e:\python-dev\py3k\lib\tkinter\__init__.py", line 1190, in
_configure
    self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
_tkinter.TclError

And I found this crash can be fixed by reverting r57540. This revision
was applied to fix issue1028, but I think we should solve this issue in
different way.
History
Date User Action Args
2008-11-14 16:37:22ocean-citysetrecipients: + ocean-city, vstinner
2008-11-14 16:37:22ocean-citysetmessageid: <1226680642.62.0.449860870118.issue4313@psf.upfronthosting.co.za>
2008-11-14 16:37:21ocean-citylinkissue4313 messages
2008-11-14 16:37:20ocean-citycreate