summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-09-01-18-48-06.bpo-31326.TB05tV.rst
blob: ea0ff2b45807a711e6c15bcc29d290c9b022362e (plain)
1
2
3
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.