[issue8486] [PATCH] threading.Event()

Antoine Pitrou report at bugs.python.org
Wed Apr 21 14:57:48 CEST 2010


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

Due to the nature of an Event, you should in most situations wait() on it, rather than test its value. Also, changing the boolean value of an Event would break existing code. I therefore think this should be rejected.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list