]> granicus.if.org Git - python/commit
bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310)
authorVictor Stinner <vstinner@redhat.com>
Fri, 1 Jun 2018 12:21:34 +0000 (14:21 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 12:21:34 +0000 (14:21 +0200)
commit829fcd0612049b21a6d3802b3306705218255f6b
tree1ad3d1c2918cf6c04d8c5dd55703bd2df9d0b049
parente905c84494526363086f66a979e317e155bf9536
bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310)

socketserver.ThreadingMixIn no longer tracks active threads if
block_on_close is false.
Lib/socketserver.py