cpython/Lib/concurrent/futures
Victor Stinner b713adf27a bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265)
* bpo-31326: ProcessPoolExecutor waits for the call queue thread

concurrent.futures.ProcessPoolExecutor.shutdown() now explicitly
closes the call queue. Moreover, shutdown(wait=True) now also join
the call queue thread, to prevent leaking a dangling thread.

* Fix for shutdown() being called twice.
2017-09-02 00:25:11 +02:00
..
__init__.py
_base.py bpo-27144: concurrent.futures as_complete and map iterators do not keep reference to returned object (#1560) 2017-09-01 18:54:00 +02:00
process.py bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265) 2017-09-02 00:25:11 +02:00
thread.py bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178) 2017-08-22 16:50:42 +02:00