[issue24980] Allow for providing 'on_new_thread' callback to 'concurrent.futures.ThreadPoolExecutor'

Brian Quinlan report at bugs.python.org
Tue May 7 12:24:29 EDT 2019


Brian Quinlan <brian at sweetapp.com> added the comment:

Do the `initializer` and `initargs` parameters deal with this use case for you?

https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ThreadPoolExecutor

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24980>
_______________________________________


More information about the Python-bugs-list mailing list