[Python-Dev] bpo-33257: seeking advice & approval on the course of action (original) (raw)

Ivan Pozdeev vano at mail.mipt.ru
Mon May 14 15:05:12 EDT 2018


On 14.05.2018 21:58, Terry Reedy wrote:

On 5/14/2018 12:20 PM, Chris Barker via Python-Dev wrote:

On Wed, May 2, 2018 at 8:21 PM, Terry Reedy <tjreedy at udel.edu_ _<mailto:tjreedy at udel.edu>> wrote:

On 5/2/2018 4:38 PM, Ivan Pozdeev via Python-Dev wrote: The bottom line is: Tkinter is currently broken

This is way over-stated.  Many modules have bugs, somethings in features more central to their main purpose. I'll suggest a re-statement: tkinter is not thread safe, Still over-stated.  If one uses tcl/tk compiled with thread support, tkinter is thread-safe.  This is 'as far as I know' from running posted 'failing' examples (possible with bug fixes) with 3.5+ on Windows, which is installed with tcl/tk 8.6, which defaults to thread-safe. This means that you didn't (yet) read the letter that I attached to https://bugs.python.org/issue33479 . Reciting the relevant section:

=== The reality is that with neither flavor of Tcl is Tkinter completely thread-safe, but with threaded flavor, it's more so:



More information about the Python-Dev mailing list