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 Wei Li
Recipients Wei Li, maru-n
Date 2019-06-14.16:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560528464.46.0.0105379368321.issue37193@roundup.psfhosted.org>
In-reply-to
Content
I got the same problem when uing the ThreadingTCPServer.

I think adding 
"self._threads = list(filter(lambda x: x.is_alive(), self._threads))"
at the last line in process_request method is a potential way to fix the bug
History
Date User Action Args
2019-06-14 16:07:44Wei Lisetrecipients: + Wei Li, maru-n
2019-06-14 16:07:44Wei Lisetmessageid: <1560528464.46.0.0105379368321.issue37193@roundup.psfhosted.org>
2019-06-14 16:07:44Wei Lilinkissue37193 messages
2019-06-14 16:07:43Wei Licreate