[issue11618] Locks broken wrt timeouts on Windows

Antoine Pitrou report at bugs.python.org
Sun Mar 20 20:56:44 CET 2011


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

> Interestingly, it used to be a Semaphore up to [5e6e9e893acd]; in
> [cde4da18c4fa], Yakov Markovitch rewrote this to be the faster
> implementation we have today.

At that time, the Pythread_* functions were still in use by the GIL
implementation, and it made a difference judging by the commit message.

----------

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


More information about the Python-bugs-list mailing list