blob: ea0ff2b45807a711e6c15bcc29d290c9b022362e [file] [log] [blame]
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.