8000 [3.10] gh-91231: multiprocessing BaseManager waits 1.0 by vstinner · Pull Request #91701 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.10] gh-91231: multiprocessing BaseManager waits 1.0 #91701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2022
Merged

[3.10] gh-91231: multiprocessing BaseManager waits 1.0 #91701

merged 1 commit into from
Apr 19, 2022

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 added the needs backport to 3.9 only security fixes label Apr 19, 2022
@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 <vstinner@python.org>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Apr 19, 2022
@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 <vstinner@python.org>
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 <vstinner@python.org>
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
0