[issue1517495] memory leak threading or socketserver module

Jeffrey Yasskin report at bugs.python.org
Sun Feb 24 08:38:48 CET 2008


Jeffrey Yasskin added the comment:

It's possible but unlikely that r61011 fixed this. SocketServer creates
the reference cycles it fixed, but they tended to get cleaned up by
gc.collect(), so it sounds like that wasn't the bug you're seeing here.
I haven't had time yet to check, so I'm mentioning it here so the
possibility doesn't get lost.

----------
nosy: +jyasskin

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1517495>
_____________________________________


More information about the Python-bugs-list mailing list