commit | a885f10325eb2fc27cd50ace5614666ea688ab66 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Apr 19 17:06:00 2022 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 19 17:06:00 2022 +0200 |
tree | f1df55161d4daea00545833562997fd247b66e8f | |
parent | c213cccc9bffe1e6612ad19745cef8066d2e1938 [diff] |
gh-91231: multiprocessing BaseManager waits 1.0 second (#91701) Shutting down a multiprocessing BaseManager now waits for 1 second until the process completes, rather than 0.1 second, after the process is terminated.