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 Tamas.K, csernazs, grahamd, jcea, ncoghlan, neologix, pitrou, python-dev, tim.peters
Date 2013-09-07.05:31:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378531911.28.0.675377901227.issue18808@psf.upfronthosting.co.za>
In-reply-to
Content
New patch (threadstate_join_4.patch) refactors so that is_alive() returns True until the tstate is cleared.  This simplifies join() a lot (it doesn't have to roll its own timeout implementation anymore), but complicates is_alive().

Caution:  I don't know anything about the dummy threading implementation.  So if I broke that, sue me ;-)
History
Date User Action Args
2013-09-07 05:31:51tim.peterssetrecipients: + tim.peters, jcea, csernazs, ncoghlan, pitrou, grahamd, neologix, python-dev, Tamas.K
2013-09-07 05:31:51tim.peterssetmessageid: <1378531911.28.0.675377901227.issue18808@psf.upfronthosting.co.za>
2013-09-07 05:31:51tim.peterslinkissue18808 messages
2013-09-07 05:31:51tim.peterscreate