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

Andreas van Cranenburgh report at bugs.python.org
Thu May 8 02:13:40 CEST 2014


Andreas van Cranenburgh added the comment:

Here's a version with tests. Detecting an execption in the initializer works with ProcessPoolExecutor, but not with ThreadPoolExecutor.

----------
Added file: http://bugs.python.org/file35181/pool_initializer_tests.patch

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


More information about the Python-bugs-list mailing list