[issue11635] concurrent.futures uses polling

Antoine Pitrou report at bugs.python.org
Wed Mar 23 14:40:23 CET 2011


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

> Your approach seems workable but your patch allows the interpreter to
> exit while work items are still being processed. See the comment at
> the top of concurrent/futures/thread.py.

Why are you saying that? In my patch, _python_exit() still takes care of
joining worker threads.

----------

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


More information about the Python-bugs-list mailing list