diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-09-13 01:47:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-13 01:47:22 -0700 |
commit | b8f4163da30e16c7cd58fe04f4b17e38d53cd57e (patch) | |
tree | 1775c6b14f7989f88d9634a0d093aadd6e6eeacd /Python/errors.c | |
parent | 97d7e65dfed1d42d40d9bc2f630af56240555f02 (diff) | |
download | cpython-git-b8f4163da30e16c7cd58fe04f4b17e38d53cd57e.tar.gz |
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.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions