Staging
v0.5.1
https://github.com/python/cpython
Revision 03b5c9ae7587cfac1c1b6be22ee5d2f7f854d68b authored by Guido van Rossum on 06 December 2007, 18:39:46 UTC, committed by Guido van Rossum on 06 December 2007, 18:39:46 UTC
(a) added GC support to the PySSL object
(b) move the call to _real_close() from __del__ methods in Python to
PySSL_dealloc().
(c) remove those __del__ methods -- this makes SSL and socket objects GC'able.
1 parent 4b28041
History
Tip revision: 03b5c9ae7587cfac1c1b6be22ee5d2f7f854d68b authored by Guido van Rossum on 06 December 2007, 18:39:46 UTC
Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes:
Tip revision: 03b5c9a

README

back to top