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 vstinner
Date 2017-09-13.00:04:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505261043.31.0.922737906558.issue31234@psf.upfronthosting.co.za>
In-reply-to
Content
Remaining issue: socketserver. bpo-31233: socketserver.ThreadingMixIn leaks running threads after server_close()

See also bpo-31151: socketserver.ForkingMixIn.server_close() leaks zombie processes.
History
Date User Action Args
2017-09-13 00:04:03vstinnersetrecipients: + vstinner
2017-09-13 00:04:03vstinnersetmessageid: <1505261043.31.0.922737906558.issue31234@psf.upfronthosting.co.za>
2017-09-13 00:04:03vstinnerlinkissue31234 messages
2017-09-13 00:04:02vstinnercreate