commit | 9d5436621fb968a59350745cd3b7cb117a87c2a9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 23 23:10:32 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 23 23:10:32 2010 +0000 |
tree | c0dbc315e41cb56404e8d6265eb3ec28db6048dd | |
parent | ce2d24d54987a73fd584ae299d3349f534943c65 [diff] |
Only the test is merged in. Merged revisions 80423 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80423 | antoine.pitrou | 2010-04-24 00:54:59 +0200 (sam., 24 avril 2010) | 4 lines Issue #7943: Fix circular reference created when instantiating an SSL socket. Initial patch by Péter Szabó. ........