]> granicus.if.org Git - python/commit
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 May 2018 01:34:43 +0000 (18:34 -0700)
committerGitHub <noreply@github.com>
Thu, 24 May 2018 01:34:43 +0000 (18:34 -0700)
commitfa286edbde9ed660d99628aea14ee3b824c2afe6
tree92ef4a1e41e7aa2849dfae1c2e29fe200e9e14e8
parentfa24c1c5afa9ba2453d88db5ed6b9d2cc3b58384
bpo-33540: Add block_on_close attr to socketserver (GH-6911)

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 453bd0bc65b7ea6a18c43da69143ab10d54c0a35)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Doc/library/socketserver.rst
Doc/whatsnew/3.7.rst
Lib/socketserver.py
Misc/NEWS.d/next/Library/2018-05-16-18-10-38.bpo-33540.wy9LRV.rst [new file with mode: 0644]