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

Ivan Pozdeev report at bugs.python.org
Wed May 2 23:05:58 EDT 2018


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

> 
Do you have a suggestion for what to do short of dropping Tkinter support?

Didn't really look into this.
At first glance, from the trace log, the main thread seems to grab a lock at some initial point, and then tries to grab it again when running an event handler. So making the lock reentrant may help.

----------

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


More information about the Python-bugs-list mailing list