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 pitrou
Recipients PythonInTheGrass, amaury.forgeotdarc, belopolsky, cgohlke, loewis, pitrou, terry.reedy
Date 2011-02-05.15:28:33
SpamBayes Score 0.01079874
Marked as misclassified No
Message-id <1296919713.84.0.946309757939.issue11077@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-02-05 15:28:33pitrousetrecipients: + pitrou, loewis, terry.reedy, amaury.forgeotdarc, belopolsky, cgohlke, PythonInTheGrass
2011-02-05 15:28:33pitrousetmessageid: <1296919713.84.0.946309757939.issue11077@psf.upfronthosting.co.za>
2011-02-05 15:28:33pitroulinkissue11077 messages
2011-02-05 15:28:33pitroucreate