I am wondering why threading.Thread().start() method execution time is dependent on the Thread\'s target method. I assumed that start method just s
threading.Thread().start()
Thread