bpo-33540: Add block_on_close attr to socketserver#6911
Conversation
Add a new block_on_close class attribute to ForkingMixIn and ThreadingMixIn classes of socketserver.
|
I rebased my PR. |
Sorry, something went wrong.
ned-deily
left a comment
There was a problem hiding this comment.
A few wording nits. Otherwise, LGTM
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: |
Sorry, something went wrong.
* old => pre-3.7 * remove an empty line
|
I have made the requested changes; please review again. |
Sorry, something went wrong.
|
Thanks for making the requested changes! @ned-deily: please review the changes made to this pull request. |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, something went wrong.
|
Sorry, @vstinner, I could not cleanly backport this to |
Sorry, something went wrong.
Add a new block_on_close class attribute to ForkingMixIn and ThreadingMixIn classes of socketserver to opt-in for pre-3.7 behaviour. (cherry picked from commit 453bd0b) Co-authored-by: Victor Stinner <vstinner@redhat.com>
Add a new block_on_close class attribute to ForkingMixIn and
ThreadingMixIn classes of socketserver.
https://bugs.python.org/issue33540