[issue37193] Memory leak while running TCP/UDPServer with socketserver.ThreadingMixIn
Change by Norihiro Maruyama : -- keywords: +patch pull_requests: +13767 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13893 ___ Python tracker <https://bugs.python.org/issu
[issue37193] Memory leak while running TCP/UDPServer with socketserver.ThreadingMixIn
New submission from Norihiro Maruyama : UDP/TCPServer with socketserver.ThreadingMixin class (also ThreadingTCPServer and ThreadingUDPServer class) seems to be memory leak while running the server. https://docs.python.org/3/library/socketserver.html#socketserver.ThreadingMixIn My code which