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

Antoine Pitrou report at bugs.python.org
Mon Aug 11 01:48:45 CEST 2014


Antoine Pitrou added the comment:

It seems the addition of the initargs argument doesn't tackle Mark's objection here:

> the initialiser and uninitialiser for the EnhancedThreadPoolExecutor
> accept no arguments. In retrospect, it would have been better to have 
> them take the thread itself as a single argument.

Regardless, I'm going to review the patch soon.

----------

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


More information about the Python-bugs-list mailing list