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 Tamas.K
Recipients Tamas.K, grahamd, jcea, ncoghlan, pitrou
Date 2013-08-24.13:41:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377351718.08.0.661774291179.issue18808@psf.upfronthosting.co.za>
In-reply-to
Content
After a quick glance, I can't see how this patch would fix the problem. It still depends on threading's Thread.join, which is affected by the race condition in __bootstrap_inner.

We already did a Thread.join before calling Py_EndInterpreter and still got bitten by the race.
History
Date User Action Args
2013-08-24 13:41:58Tamas.Ksetrecipients: + Tamas.K, jcea, ncoghlan, pitrou, grahamd
2013-08-24 13:41:58Tamas.Ksetmessageid: <1377351718.08.0.661774291179.issue18808@psf.upfronthosting.co.za>
2013-08-24 13:41:58Tamas.Klinkissue18808 messages
2013-08-24 13:41:57Tamas.Kcreate