[issue5122] test_tcl and test_ttk_guionly don't like each other

Guilherme Polo report at bugs.python.org
Fri Feb 6 17:45:58 CET 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

Ok, I've found the cause of the problem and the patch attached should
solve it but shouldn't be applied! This was just a quick fix I did to
confirm what I expected, I will add something more correct later.

_tkinter is aware of this deadlock that we are getting (see
Tkapp_TkInit), but it is not collaborating to solve it. The problem is
avoided if we always use "loadtk" in Tkinter.py instead of using
"create" to load tk.

----------
keywords: +patch
Added file: http://bugs.python.org/file12955/dont_load_tk_in_tkintercreate.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5122>
_______________________________________


More information about the Python-bugs-list mailing list