Richard Oudkerk added the comment:

It would be nice to try this on another Vista machine - the WinXP, Win7, 
Windows Server 2003 and Windows Server 2008 buildbots don't seem to show this 
failure.

It looks as though the TimerOrWaitFired argument passed to the callback 
registered with RegisterWaitForSingleObject() is wrong.

This might be fixable by doing an additional zero-timeout wait with 
WaitForSingleObject() to test whether the handle is signalled.  (But this will 
prevent us from using wait_for_handle() with things like locks and semaphores 
where a succesful wait changes the state of the object represented by the 
handle.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19740>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to