This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, dweeves
Date 2007-12-14.13:03:54
SpamBayes Score 0.20715293
Marked as misclassified No
Message-id <1197637434.43.0.170929606938.issue1626@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-12-14 13:03:54amaury.forgeotdarcsetspambayes_score: 0.207153 -> 0.20715293
recipients: + amaury.forgeotdarc, dweeves
2007-12-14 13:03:54amaury.forgeotdarcsetspambayes_score: 0.207153 -> 0.207153
messageid: <1197637434.43.0.170929606938.issue1626@psf.upfronthosting.co.za>
2007-12-14 13:03:54amaury.forgeotdarclinkissue1626 messages
2007-12-14 13:03:54amaury.forgeotdarccreate