STINNER Victor <victor.stin...@gmail.com> added the comment:

> What's the status of this?

The status is bad. The commit b8f4163da30e16c7cd58fe04f4b17e38d53cd57e is 
backward incompatible, it's not documented in the "Porting the Python 3.7" 
section of What's New in Python 3.7, and it's not possible to opt-in for the 
previous behaviour.


> Feature freeze is here.

IMHO it's ok to post-pone this issue to beta2.

IMHO it's better to wait until all threads complete on server_close(), and it's 
possible to workaround the issue using daemon_threads = True which can be seen 
as the option to opt-in for the previous behaviour.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31233>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to