bpo-31233, bpo-31151: Document socketserver changes by vstinner · Pull Request #5417 · python/cpython

Conversation

@vstinner

socketserver.ForkingMixIn.server_close() and
socketserver.ThreadingMixIn.server_close() now waits until all child
processes and non-daemonic threads complete.

https://bugs.python.org/issue31233

socketserver.ForkingMixIn.server_close() and
socketserver.ThreadingMixIn.server_close() now waits until all child
processes and non-daemonic threads complete.

@bedevere-bot

@vstinner: Please replace # with GH- in the commit message next time. Thanks!

Labels