Commit dd798290 authored by Denis Bilenko's avatar Denis Bilenko

Merge pull request #429 from fantix/ssl3_slots

Fix __slots__ in ssl3
parents 33d64801 1085ddfb
......@@ -39,8 +39,6 @@ orig_SSLContext = __ssl__.SSLContext
class SSLContext(orig_SSLContext):
__slots__ = ('protocol', '__weakref__')
def wrap_socket(self, sock, server_side=False,
do_handshake_on_connect=True,
suppress_ragged_eofs=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment