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.
|