]> granicus.if.org Git - python/commit
Issue #7943: Fix circular reference created when instantiating an SSL
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Apr 2010 22:54:59 +0000 (22:54 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Apr 2010 22:54:59 +0000 (22:54 +0000)
commitdfb299bb95040d5e96690afd93f7212e81b70722
tree571b7ade596761f9cd9278aa09d8dc3963a4bc5d
parent1273566cb75e188af7cc38c08df21ba9e07260f4
Issue #7943: Fix circular reference created when instantiating an SSL
socket.  Initial patch by Péter Szabó.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS