]> granicus.if.org Git - python/commit
bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)
authorThomas Moreau <thomas.moreau.2010@gmail.com>
Tue, 3 Oct 2017 09:53:17 +0000 (11:53 +0200)
committerAntoine Pitrou <pitrou@free.fr>
Tue, 3 Oct 2017 09:53:17 +0000 (11:53 +0200)
commite8c368df22c344183627e7ef882bea1683fe6dbe
tree3023a6313e5eab67c87cf1ccfb3e13e8c524ea77
parentefb560eee28b6b2418e1231573ca62574d6dc07b
bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)
.travis.yml
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Library/2017-09-22-16-02-00.bpo-31540.ybDHT5.rst [new file with mode: 0644]