Author delwarl
Recipients delwarl, gvanrossum
Date 2007-10-26.19:12:06
SpamBayes Score 0.160318
Marked as misclassified No
Message-id <1193425926.53.0.595615795852.issue1332@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  Well, for one thing, we're falling back on Python's 
interlocked_cmp_xchg instead of using Windows' 
InterlockedCompareExchange (or should it InterlockCompareExchange64?).  
Python's implementation is clearly assuming 64 bit counters, but the 
other native Windows Interlocked* functions may indeed be operating on 
32 bit counters, hence the mismatch.
History
Date User Action Args
2007-10-26 19:12:06delwarlsetspambayes_score: 0.160318 -> 0.160318
recipients: + delwarl, gvanrossum
2007-10-26 19:12:06delwarlsetspambayes_score: 0.160318 -> 0.160318
messageid: <1193425926.53.0.595615795852.issue1332@psf.upfronthosting.co.za>
2007-10-26 19:12:06delwarllinkissue1332 messages
2007-10-26 19:12:06delwarlcreate