diff options
Diffstat (limited to 'Lib/concurrent/futures/process.py')
-rw-r--r-- | Lib/concurrent/futures/process.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/concurrent/futures/process.py b/Lib/concurrent/futures/process.py index ff566d3..8082940 100644 --- a/Lib/concurrent/futures/process.py +++ b/Lib/concurrent/futures/process.py @@ -232,6 +232,7 @@ def _queue_management_worker(executor_reference, # X. for p in processes: p.join() + call_queue.close() return else: # Start shutting down by telling a process it can exit. |