SIGN IN SIGN UP

bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)

socketserver.ThreadingMixIn now keeps a list of non-daemonic threads
to wait until all these threads complete in server_close().

Reenable test_logging skipped tests.

Fix SocketHandlerTest.tearDown(): close the socket handler before
stopping the server, so the server can join threads.
V
Victor Stinner committed
b8f4163da30e16c7cd58fe04f4b17e38d53cd57e
Parent: 97d7e65
Committed by GitHub <noreply@github.com> on 9/13/2017, 8:47:22 AM