[issue21423] concurrent.futures.ThreadPoolExecutor should accept an initializer argument

Andreas van Cranenburgh report at bugs.python.org
Wed May 14 12:59:14 CEST 2014


Andreas van Cranenburgh added the comment:

Giampaolo, this patch is for ProcessPoolExecutor as well.

About keyboard interrupts, if my tests are correct, they work
in Python 3.3+ with both multiprocessing and concurrent.futures.
(Although for the latter I have to hit ctrl-c twice).

----------

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


More information about the Python-bugs-list mailing list