[issue11077] Tkinter is not thread safe

Antoine Pitrou report at bugs.python.org
Sat Feb 5 14:47:10 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

I can't reproduce either, but the latest traceback posted in msg127985 seems to hint at a parameter marshalling problem. "create" is one of the parameters to the called Tk function, but it seemed to be mistaken for another.

Since it's arguably threading-related, saying "I can't reproduce" doesn't seem like a sufficient reason to close the issue. There can be all kinds of influencing factors (OS, CPU, background tasks) and the marshalling code in Modules/_tkinter.c is far from trivial.

----------
nosy: +amaury.forgeotdarc, pitrou
type: feature request -> crash

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


More information about the Python-bugs-list mailing list