[issue11618] Locks broken wrt timeouts on Windows

Antoine Pitrou report at bugs.python.org
Fri Apr 27 16:14:55 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> This is an XP patch.  The "vista" option is put in there as a compile
> time option, and disabled by hand.  I'm not adding any apis that
> weren't already in use since the new gil (windows Semaphores).

Martin means that you shouldn't use #ifdef's but runtime detection, so that we can provide a single installer for all Windows versions.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11618>
_______________________________________


More information about the Python-bugs-list mailing list