New submission from STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33540>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to