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
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
PCbuild9
Parser
Python
Tools
.hgsvnexternals -rw-r--r-- 67 bytes
.hgtags -rw-r--r-- 2.6 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 35.9 KB
README -rw-r--r-- 5.0 KB
RELNOTES -rw-r--r-- 1.7 KB
configure -rwxr-xr-x 633.0 KB
configure.in -rw-r--r-- 96.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 27.4 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 67.6 KB

README

back to top