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 Ivan.Pozdeev
Recipients Ivan.Pozdeev, gvanrossum
Date 2018-05-03.03:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525316758.07.0.682650639539.issue33412@psf.upfronthosting.co.za>
In-reply-to
Content
> 
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.
History
Date User Action Args
2018-05-03 03:05:58Ivan.Pozdeevsetrecipients: + Ivan.Pozdeev, gvanrossum
2018-05-03 03:05:58Ivan.Pozdeevsetmessageid: <1525316758.07.0.682650639539.issue33412@psf.upfronthosting.co.za>
2018-05-03 03:05:58Ivan.Pozdeevlinkissue33412 messages
2018-05-03 03:05:57Ivan.Pozdeevcreate