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 pitrou, tim.peters
Date 2013-10-26.01:32:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382751161.69.0.92508735124.issue19399@psf.upfronthosting.co.za>
In-reply-to
Content
I think I'll change Thread.join() to just return if a timeout <= 0 is passed.  The docs don't say anything about what Thread.join() does with a negative timeout, but at least in 2.7.5 it happened to just return.  No point being gratuitously more demanding ;-)
History
Date User Action Args
2013-10-26 01:32:41tim.peterssetrecipients: + tim.peters, pitrou
2013-10-26 01:32:41tim.peterssetmessageid: <1382751161.69.0.92508735124.issue19399@psf.upfronthosting.co.za>
2013-10-26 01:32:41tim.peterslinkissue19399 messages
2013-10-26 01:32:41tim.peterscreate