commit | 3df58d11be781c6842d64bb5e8d591659e1f5c0b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 23 23:07:37 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Apr 23 23:07:37 2010 +0000 |
tree | c1bfbbd0af6756dfec3aaa88d1016889e5415116 | |
parent | 07072168fb939e594e47d90a4af938cc46eb6217 [diff] |
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ó. ........