Peter Saunders <p...@fodder.org.uk> added the comment: Same thing occurs, as you would expect, when I do:
while True: fail=failureObject() tlist = [] for x in ["data1", "data2"]: t = threading.Thread(target=checkAlive, args = (fail, x), name=x) t.start() tlist.append(t) for x in tlist: t.join() ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7123> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com