Mick Phillips added the comment:

Thanks for confirming. If anyone finds this and is looking for a workaround, 
here's what I'm using:

while not event.is_set()
    try:
        time.sleep(timeout)
    except (KeyboardInterrupt, IOError):
        pass

----------

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

Reply via email to