I have a multi-threading Python program, and a utility function, writeLog(message), that writes out a timestamp followed by the message. Unfortunately, the resu
writeLog(message)
I created multiple threads in Python, I printed the thread objects, and I printed the id using the ident variable. I see all the ids are same:
ident