[New-bugs-announce] [issue1532] Refleak run of test_tcl fails

Christian Heimes report at bugs.python.org
Sat Dec 1 00:17:23 CET 2007


New submission from Christian Heimes:

$ ./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

----------
components: Tests
keywords: py3k
messages: 58028
nosy: gvanrossum, tiran
priority: low
severity: normal
status: open
title: Refleak run of test_tcl fails
type: crash
versions: Python 3.0

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


More information about the New-bugs-announce mailing list