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 eyal.gordon
Recipients eyal.gordon, georg.brandl
Date 2009-03-09.10:31:09
SpamBayes Score 0.0040613916
Marked as misclassified No
Message-id <1236594673.49.0.326177093971.issue5458@psf.upfronthosting.co.za>
In-reply-to
Content
In threading documentation:
http://www.python.org/doc/current/library/threading.html?highlight=threading#threading.Thread.join

It is not specified from which python version the join() call raises the
RuntimeError exception. In python version 2.4.3 join asserts on such
conditions.
History
Date User Action Args
2009-03-09 10:31:13eyal.gordonsetrecipients: + eyal.gordon, georg.brandl
2009-03-09 10:31:13eyal.gordonsetmessageid: <1236594673.49.0.326177093971.issue5458@psf.upfronthosting.co.za>
2009-03-09 10:31:10eyal.gordonlinkissue5458 messages
2009-03-09 10:31:09eyal.gordoncreate