in reply to Re: Tk and blocking loops
in thread Tk and blocking loops

graff is right. Basically, Tk would get all the events, and those events are no longer delivered to your code directly.

Another example is that you would not be able to call sleep in your Tk scripts, if you want to do something periodically, you would have to call after.