Amaury Forgeot d'Arc added the comment: >From the documentation: http://docs.python.org/dev/library/threading.html#threading.Thread.start start() must be called at most once per thread object.
I think this will not change: when a system thread terminates, you cannot restart it; you have to create another thread. The same argument applies to threading.Thread. It would be surprising that this object can represent multiple system threads. You should create and start different Threads each time. ---------- nosy: +amaury.forgeotdarc resolution: -> invalid status: open -> closed __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1626> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com