[issue19740] test_asyncio problems on 32-bit Windows

Richard Oudkerk report at bugs.python.org
Sun Nov 24 00:39:33 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19740>
_______________________________________


More information about the Python-bugs-list mailing list