Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6312c commit 00717a4Copy full SHA for 00717a4
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