bpo-31151: Add socketserver.ForkingMixIn.server_close() by vstinner · Pull Request #3057 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-31151: Add socketserver.ForkingMixIn.server_close()#3057
vstinner merged 2 commits intopython:masterfrom
vstinner:socketserver_waitpid
bpo-31151: Add socketserver.ForkingMixIn.server_close()#3057
vstinner merged 2 commits intopython:masterfrom
vstinner:socketserver_waitpid
Conversation
Copy link
Member
socketserver.ForkingMixIn.server_close() now waits until
all child processes completed to prevent leaking zombie processes.
bpo-31151: socketserver.ForkingMixIn.server_close() now waits until all child processes completed to prevent leaking zombie processes.
the-knights-who-say-ni
added
the
CLA signed
label
vstinner
requested review from
gpshead,
serhiy-storchaka and
vadmium
vstinner
merged commit
aa8ec34
into
python:master
vstinner
deleted the
socketserver_waitpid
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment