[issue11635] concurrent.futures uses polling

Brian Quinlan report at bugs.python.org
Wed Mar 23 10:38:27 CET 2011


Brian Quinlan <brian at sweetapp.com> 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.

----------

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


More information about the Python-bugs-list mailing list