Skip to content

Comments

bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False#7310

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:block_on_close
Jun 1, 2018
Merged

bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False#7310
vstinner merged 1 commit intopython:masterfrom
vstinner:block_on_close

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jun 1, 2018

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

https://bugs.python.org/issue33540

socketserver.ThreadingMixIn no longer tracks active threads if
block_on_close is false.
@vstinner vstinner merged commit 829fcd0 into python:master Jun 1, 2018
@vstinner vstinner deleted the block_on_close branch June 1, 2018 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants