[issue33540] socketserver: Add an opt-in option to get Python 3.6 behaviour on server_close()

STINNER Victor report at bugs.python.org
Wed May 16 11:59:33 EDT 2018


New submission from STINNER Victor <vstinner at redhat.com>:

bpo-31151 changed ForkingMixIn and bpo-31233 changed ThreadingMixIn to block on server_closer() for processes/threads.

I propose to add a new opt-in option to get the Python 3.6 behaviour. The old behaviour was wrong, but I expect that some people rely on it.

----------
components: Library (Lib)
messages: 316825
nosy: vstinner
priority: normal
severity: normal
status: open
title: socketserver: Add an opt-in option to get Python 3.6 behaviour on server_close()
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33540>
_______________________________________


More information about the Python-bugs-list mailing list