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, gvanrossum
Date 2007-11-30.23:17:22
SpamBayes Score 0.07384423
Marked as misclassified No
Message-id <1196464643.1.0.5780121191.issue1532@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python Lib/test/regrtest.py -R:: test_tcl
test_tcl
beginning 9 repetitions
123456789
test test_tcl failed -- Traceback (most recent call last):
  File "Lib/test/test_tcl.py", line 125, in testLoadTk
    tcl.loadtk()
  File "Lib/lib-tk/Tkinter.py", line 1641, in loadtk
    self.tk.loadtk()
_tkinter.TclError: Calling Tk_Init again after a previous call failed
might deadlock

1 test failed:
    test_tcl
History
Date User Action Args
2007-11-30 23:17:23christian.heimessetspambayes_score: 0.0738442 -> 0.07384423
recipients: + christian.heimes, gvanrossum
2007-11-30 23:17:23christian.heimessetspambayes_score: 0.0738442 -> 0.0738442
messageid: <1196464643.1.0.5780121191.issue1532@psf.upfronthosting.co.za>
2007-11-30 23:17:22christian.heimeslinkissue1532 messages
2007-11-30 23:17:22christian.heimescreate