<div dir="ltr">You think "(f)" makes a tuple, but it does not.<div>the parentesis is not the tuple constructor, the comma is</div><div>try:</div><div><span style="font-size:12.8000001907349px">t=thread.start_new_thread(</span><span style="font-size:12.8000001907349px">proc,(f,))</span><br></div><div><br></div></div>