This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nvdv
Recipients nvdv
Date 2017-08-08.14:02:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502200949.97.0.102357103627.issue31144@psf.upfronthosting.co.za>
In-reply-to
Content
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-dev/2014-March/133697.html.

It's not hard to work around this issue by subclassing ProcessPoolExecutor and adding all necessary methods, but IMO solution can be more generic.
History
Date User Action Args
2017-08-08 14:02:30nvdvsetrecipients: + nvdv
2017-08-08 14:02:29nvdvsetmessageid: <1502200949.97.0.102357103627.issue31144@psf.upfronthosting.co.za>
2017-08-08 14:02:29nvdvlinkissue31144 messages
2017-08-08 14:02:29nvdvcreate