Skip to content
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

bpo-31151: Add socketserver.ForkingMixIn.server_close() #3057

Merged
merged 2 commits into from
Aug 10, 2017
Merged

bpo-31151: Add socketserver.ForkingMixIn.server_close() #3057

merged 2 commits into from
Aug 10, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 10, 2017

socketserver.ForkingMixIn.server_close() now waits until
all child processes completed to prevent leaking zombie processes.

https://bugs.python.org/issue31151

bpo-31151: socketserver.ForkingMixIn.server_close() now waits until
all child processes completed to prevent leaking zombie processes.
@vstinner vstinner merged commit aa8ec34 into python:master Aug 10, 2017
@vstinner vstinner deleted the socketserver_waitpid branch August 10, 2017 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants