2018-05-23 13:47 GMT+02:00 Antoine Pitrou <anto...@python.org>:
> Also there's https://bugs.python.org/issue33612 which appears quite
> critical.

Can someone please have a look at my socketserver change?
https://github.com/python/cpython/pull/6911

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."
https://bugs.python.org/issue33540

Victor
_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to