Staging
v0.8.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
File Mode Size
c-api
data
distutils
documenting
extending
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 3.5 KB
Makefile -rw-r--r-- 1.8 KB
README.txt -rw-r--r-- 4.4 KB
TODO.txt -rw-r--r-- 134 bytes
about.rst -rw-r--r-- 1.2 KB
bugs.rst -rw-r--r-- 2.9 KB
conf.py -rw-r--r-- 1.7 KB
contents.rst -rw-r--r-- 421 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 20.8 KB
license.rst -rw-r--r-- 31.1 KB

README.txt

back to top