Message 276523 - Python tracker (original) (raw)

It's easier to reproduce the issue if you use a timer (rather than a loop). The newly attached logfile was generated with the following code fragment.

def fTest() :
    check_output("true")
    threading.Timer(1, fTest, ()).start()