commit | cfcd8adf71548c28c5f6e9af55d0464960ac0e31 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 23 23:31:47 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 23 23:31:47 2010 +0000 |
tree | 9399efd5ae7f085b5fcd66f570c20d3289c25fc5 | |
parent | 9d5436621fb968a59350745cd3b7cb117a87c2a9 [diff] |
Note: I'm just merging in the additional test. Merged revisions 80428 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80428 | antoine.pitrou | 2010-04-24 01:25:45 +0200 (sam., 24 avril 2010) | 4 lines Issue #5238: Calling makefile() on an SSL object would prevent the underlying socket from being closed until all objects get truely destroyed. ........