[issue31144] add initializer to concurrent.futures.ProcessPoolExecutor
nvdv added the comment: I can make a PR if it makes any sense for stdlib maintainer. -- ___ Python tracker <http://bugs.python.org/issue31144> ___ ___ Python-bug
[issue31144] add initializer to concurrent.futures.ProcessPoolExecutor
New submission from nvdv: Unfortunately concurrent.futures.ProcessPoolExecutor does not provide any means to interact with worker processes (like initializer function in multiprocessing.Pool constructor). This problem has been mentioned at least once: https://mail.python.org/pipermail/python