Skip to content

[3.7] bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False#7309

Merged
vstinner merged 1 commit intopython:3.7from
vstinner:block_on_close37
Jun 1, 2018
Merged

[3.7] bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False#7309
vstinner merged 1 commit intopython:3.7from
vstinner:block_on_close37

Conversation

@vstinner
Copy link
Copy Markdown
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 29ae9dc into python:3.7 Jun 1, 2018
@vstinner vstinner deleted the block_on_close37 branch June 1, 2018 12:08
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