[issue41176] revise Tkinter mainloop dispatching flag behavior

E. Paine report at bugs.python.org
Mon Jul 13 04:41:46 EDT 2020


E. Paine <paineelisha at gmail.com> added the comment:

Apologies, it is not waiting for the tcl queue and instead the call waits indefinitely for `Tcl_ConditionWait` (tkinter adds it to the queue and then waits for the command to finish executing). Do we need some mechanism to alert people after a second, for example, that the thread is waiting for the mainloop to come up?

----------
nosy: +taleinat

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


More information about the Python-bugs-list mailing list