[issue1469] SSL tests leak memory

Christian Heimes report at bugs.python.org
Thu Dec 6 17:03:16 CET 2007


Christian Heimes added the comment:

The new patch works and fixes the ref leak. I had to move the call
self._real_close() from __del__ to PySSL_dealloc(). I don't know if you
are going to like it. :]

Added file: http://bugs.python.org/file8886/ssl_gc.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1469>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ssl_gc.patch
Type: text/x-diff
Size: 4579 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071206/38638cda/attachment.patch 


More information about the Python-bugs-list mailing list