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 sbt
Recipients kristjan.jonsson, pitrou, sbt
Date 2011-03-20.17:33:37
SpamBayes Score 0.00010017562
Marked as misclassified No
Message-id <1300642421.0.0.805423904122.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
First stab at a fix.

Gets rid of mutex->thread_id and adds a mutex->timeouts counter.

Does not try to prevent mutex->owned from overflowing.

When no timeouts have occurred I don't think it changes behaviour, and it uses the same number of Interlocked functions.
History
Date User Action Args
2011-03-20 17:33:41sbtsetrecipients: + sbt, pitrou, kristjan.jonsson
2011-03-20 17:33:41sbtsetmessageid: <1300642421.0.0.805423904122.issue11618@psf.upfronthosting.co.za>
2011-03-20 17:33:38sbtlinkissue11618 messages
2011-03-20 17:33:38sbtcreate