[issue33412] Tkinter hangs if using multiple threads and event handlers

Ivan Pozdeev report at bugs.python.org
Wed May 2 14:07:47 EDT 2018


Ivan Pozdeev <ivan_pozdeev at mail.ru> added the comment:

> worker threads are waiting for the Tcl lock

Pardon. They are waiting for Tkapp_ThreadSend()s into the main thread to return. The effect is still the same.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33412>
_______________________________________


More information about the Python-bugs-list mailing list