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, csernazs, grahamd, jcea, ncoghlan, neologix, pitrou, python-dev, tim.peters
Date 2013-09-07.19:37:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378582635.29.0.563209705085.issue18808@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the fix is to reinitialize the lock (in the surviving thread) or yank it (in the other threads). Patch attached.
History
Date User Action Args
2013-09-07 19:37:15pitrousetrecipients: + pitrou, tim.peters, jcea, csernazs, ncoghlan, grahamd, neologix, python-dev, Tamas.K
2013-09-07 19:37:15pitrousetmessageid: <1378582635.29.0.563209705085.issue18808@psf.upfronthosting.co.za>
2013-09-07 19:37:15pitroulinkissue18808 messages
2013-09-07 19:37:15pitroucreate