[issue11077] Tkinter is not thread safe

Antoine Pitrou report at bugs.python.org
Sat Feb 5 16:28:33 CET 2011


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

> As a side note, if Tkinter is intended to be thread safe, the 
> documentation should say so. Clearly, and in the first paragraph.

I'm no Tkinter specialist but, judging by its source code, Tkinter (the Python module) *is* intended to be thread-safe using locking and/or marshalling.

As for wxPython, you are right that it is not thread safe.

----------

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


More information about the Python-bugs-list mailing list