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 martin.panter, vstinner
Date 2017-08-18.23:25:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503098734.48.0.278132488214.issue30391@psf.upfronthosting.co.za>
In-reply-to
Content
I recently found two issues in socketserver:

* bpo-31233: socketserver.ThreadingMixIn leaks running threads after server_close()
* bpo-31151: socketserver.ForkingMixIn.server_close() leaks zombie processes

Fixing these two issues is likely to help to fix this one.
History
Date User Action Args
2017-08-18 23:25:34vstinnersetrecipients: + vstinner, martin.panter
2017-08-18 23:25:34vstinnersetmessageid: <1503098734.48.0.278132488214.issue30391@psf.upfronthosting.co.za>
2017-08-18 23:25:34vstinnerlinkissue30391 messages
2017-08-18 23:25:34vstinnercreate