Skip to content

Conversation

@vstinner
Copy link
Member

Shutting down a multiprocessing BaseManager now waits 1 second until
the process, rather than 0.1 second, after the process is terminated.

Shutting down a multiprocessing BaseManager now waits 1 second until
the process completes, rather than 0.1 second, after the process is
terminated.
@vstinner vstinner merged commit a885f10 into python:3.10 Apr 19, 2022
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@vstinner vstinner deleted the mp_shutdown_timeout310 branch April 19, 2022 15:06
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 19, 2022
…H-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.
(cherry picked from commit a885f10)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-bot
Copy link

GH-91703 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Apr 19, 2022
Shutting down a multiprocessing BaseManager now waits for 1 second until
the process completes, rather than 0.1 second, after the process is
terminated.
(cherry picked from commit a885f10)

Co-authored-by: Victor Stinner <[email protected]>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
…H-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.
(cherry picked from commit a885f10)

Co-authored-by: Victor Stinner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants