Michael added the comment:

If `task_handler._state = TERMINATE` is done before call to 
_help_stuff_finish(), then the following loop `while task_handler.is_alive() 
and inqueue._reader.poll()` in that function won't work as `is_alive()` will 
obviously return False.

----------

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

Reply via email to