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 kristjan.jonsson
Recipients brian.curtin, kristjan.jonsson, loewis, pitrou, sbt, tim.golden
Date 2011-03-22.09:36:21
SpamBayes Score 0.0010715504
Marked as misclassified No
Message-id <1300786582.09.0.224024160507.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
Sbt: I re-read the code and while I still maintain that the evaluation in line 50 is meaningless, I agree that the worst that can happen is an incorrect timeout.
It is probably harmless because this state is only encountered for timeout==0, and it is only incorrect in the face of lock contention, while a 0 timeout provides no guarantees between two threads.

So, I suggest a change in the comments:  Do not claim that the value is never an underestimate, and explain how falsely returning a WAIT_TIMEOUT is safe and only occurs when the lock is heavily contented.

Sorry for being so nitpicky but having this stuff correct is crucial.
History
Date User Action Args
2011-03-22 09:36:22kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, pitrou, tim.golden, brian.curtin, sbt
2011-03-22 09:36:22kristjan.jonssonsetmessageid: <1300786582.09.0.224024160507.issue11618@psf.upfronthosting.co.za>
2011-03-22 09:36:21kristjan.jonssonlinkissue11618 messages
2011-03-22 09:36:21kristjan.jonssoncreate