Antoine Pitrou <pit...@free.fr> added the comment:

> Condition variables don't guarantee that there won't be any spurious
> wakeups

What do you mean? The implementation doesn't seem prone to spurious wakeups, 
and the docs don't say so either.

> I've added two generic tests of Condition objects in their "natural
> environment" as building blocks for bigger things, a Queue and a Lock.

Why would you build a Lock out of a Condition?

----------
nosy: +neologix

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

Reply via email to