[issue1332] threading.RLock().aquire(0) fails with python-2.5.1.amd64.msi

Warren DeLano report at bugs.python.org
Fri Oct 26 20:38:36 CEST 2007


Warren DeLano added the comment:

Yes.  Here's what I think the problem is:  InterlockedCompareExchange 
called from EnterNonRecursiveMutex in thread_nt.h:101 seems to returns 
(-1) as 0x00000000FFFFFFFF instead of 0xFFFFFFFFFFFFFFFF.  Still working 
out why though...

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1332>
__________________________________


More information about the Python-bugs-list mailing list