embedded python and threading

Stefan Behnel stefan_ml at behnel.de
Fri Jul 26 14:38:36 EDT 2013


David M. Cotter, 26.07.2013 19:28:
> DOH!  as my second thread, i had been using a sample script that i had copy-pasted without much looking at it.  guess what? it prints the time.  and yes, it did "from time import time", which explains it all.

Ah, and you were using the same globals dict for both scripts, I guess?
That explains it then.

Stefan





More information about the Python-list mailing list