mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
![]() * 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. |
||
---|---|---|
.. | ||
__init__.py | ||
_base.py | ||
process.py | ||
thread.py |