[issue5596] memory leaks in 3.1

Hirokazu Yamamoto report at bugs.python.org
Sun Mar 29 20:38:21 CEST 2009


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

I hope attached patch will fix leak of test_socket.py.

Leak is happening in FileObjectClassTestCase#testFullRead and
testCloseAfterMakefile. (actually, IOBase#readall)

----------
Added file: http://bugs.python.org/file13460/py3k_fix_leak_of_test_socket.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5596>
_______________________________________


More information about the Python-bugs-list mailing list