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 2017-09-13.00:42:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505263371.02.0.661646406028.issue31233@psf.upfronthosting.co.za>
In-reply-to
Content
Attached PR 3523 is a temporary solution until we agree how to handle these threads and child processes in socketserver. I wrote the PR to fix "dangling threads" warnings to fix random buildbot failures.

The PR fixes warnings but also reenable test_logging tests which are currently skipped. These tests were skipped by bpo-30830 to prevent random buildbot failures.

See also the thread on the python-dev mailing list to discuss about bpo-31151 "socketserver.ForkingMixIn.server_close() leaks zombie processes":
https://mail.python.org/pipermail/python-dev/2017-August/148826.html

I tag this issue as release blocker as a remainder that we have to agree how to handle threads/processes before Python 3.7 feature freeze.
History
Date User Action Args
2017-09-13 00:42:51vstinnersetrecipients: + vstinner, pitrou, ned.deily
2017-09-13 00:42:51vstinnersetmessageid: <1505263371.02.0.661646406028.issue31233@psf.upfronthosting.co.za>
2017-09-13 00:42:50vstinnerlinkissue31233 messages
2017-09-13 00:42:50vstinnercreate