So what I'm really asking is:
if we put line:
t.stop()
after line #4 and before line #5 - will there be any timeout event in main loop waiting to be processed, or there won't be any event because it is generated on the fly when main loop is processed.

Thanks
Marek