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 tim.peters
Recipients
Date 2003-08-31.02:15:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

It can help to read Java's thread docs too, since Guido based 
threading.py on Java's thread model.  For example, that's 
where the distinction related to daemon threads comes from.  
It's also why a Python threading.Thread can transition from 
alive to not alive at most once, for that matter.
History
Date User Action Args
2007-08-23 14:16:18adminlinkissue793687 messages
2007-08-23 14:16:18admincreate