This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ned.deily, pitrou, vstinner
Date 2018-01-28.22:32:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517178775.33.0.467229070634.issue31233@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2018-01-28 22:32:55vstinnersetrecipients: + vstinner, pitrou, ned.deily
2018-01-28 22:32:55vstinnersetmessageid: <1517178775.33.0.467229070634.issue31233@psf.upfronthosting.co.za>
2018-01-28 22:32:55vstinnerlinkissue31233 messages
2018-01-28 22:32:55vstinnercreate