There was an error while loading. Please reload this page.
1 parent 0ded580 commit d8486c9Copy full SHA for d8486c9
1 file changed
Modules/_ssl.c
@@ -882,7 +882,6 @@ newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
882
{
883
PySSLSocket *self;
884
SSL_CTX *ctx = sslctx->ctx;
885
- long mode;
886
887
self = PyObject_New(PySSLSocket, &PySSLSocket_Type);
888
if (self == NULL)
0 commit comments