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 pitrou
Recipients Tamas.K, grahamd, ncoghlan, pitrou
Date 2013-08-22.15:50:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377186643.24.0.379718698941.issue18808@psf.upfronthosting.co.za>
In-reply-to
Content
(Actually, it would almost be possible to combine weakrefs and thread locals to ensure that join() only returns when the thread state is cleared. However, the thread state is cleared before it is untied from the interpreter, and there would still be a small window for a race condition if some destructor called by clearing the thread state released the GIL.)
History
Date User Action Args
2013-08-22 15:50:43pitrousetrecipients: + pitrou, ncoghlan, grahamd, Tamas.K
2013-08-22 15:50:43pitrousetmessageid: <1377186643.24.0.379718698941.issue18808@psf.upfronthosting.co.za>
2013-08-22 15:50:43pitroulinkissue18808 messages
2013-08-22 15:50:43pitroucreate