◐ Shell
clean mode source ↗

bpo-33540: Add block_on_close attr to socketserver by vstinner · Pull Request #6911 · python/cpython

Add a new block_on_close class attribute to ForkingMixIn and
ThreadingMixIn classes of socketserver.

ned-deily

* old => pre-3.7
* remove an empty line

@vstinner

ned-deily

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 24, 2018
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>

miss-islington added a commit that referenced this pull request

May 24, 2018
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>