Patrik Dufresne added the comment:

I've encounter this issue. To easily avoid this issue, I've change 
`queue.put(None)` to `queue.put(None, block=False)` to work around this.

----------
nosy: +Patrik Dufresne

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

Reply via email to