SIGN IN SIGN UP

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

* Add socketserver.ForkingMixIn.server_close()

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

* Fix test on Windows which doesn't have ForkingMixIn
V
Victor Stinner committed
aa8ec34ad52bb3b274ce91169e1bc4a598655049
Parent: 6c8c294
Committed by GitHub <noreply@github.com> on 8/10/2017, 1:28:16 PM