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 gvanrossum
Recipients brett.cannon, gildea, gvanrossum, nveeser, phansen
Date 2007-10-30.00:56:32
SpamBayes Score 0.13629146
Marked as misclassified No
Message-id <1193705792.79.0.0747611821723.issue1167930@psf.upfronthosting.co.za>
In-reply-to
Content
This is because the regular acquire() method on a basic lock cannot be
interrupted.  That's unlikely to go away, so you'll just have to live
with this.  As you've discovered, specifying a timeout solves the issue
(sort of).
History
Date User Action Args
2007-10-30 00:56:33gvanrossumsetspambayes_score: 0.136291 -> 0.13629146
recipients: + gvanrossum, brett.cannon, phansen, nveeser, gildea
2007-10-30 00:56:32gvanrossumsetspambayes_score: 0.136291 -> 0.136291
messageid: <1193705792.79.0.0747611821723.issue1167930@psf.upfronthosting.co.za>
2007-10-30 00:56:32gvanrossumlinkissue1167930 messages
2007-10-30 00:56:32gvanrossumcreate