-
Victor Stinner authored
multiprocessing.Pool.__enter__() now fails if the pool is not running: "with pool:" fails if used more than once.
08c2ba07
multiprocessing.Pool.__enter__() now fails if the pool is not running: "with pool:" fails if used more than once.