Commit 1085ddfb authored by Fantix King's avatar Fantix King

Fix __slots__ in ssl3

parent 16af4620
......@@ -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