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 2d2d3b1 commit 55e53c3Copy full SHA for 55e53c3
1 file changed
Modules/_ssl.c
@@ -901,7 +901,6 @@ newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
901
#endif
902
903
/* Make sure the SSL error state is initialized */
904
- (void) ERR_get_state();
905
ERR_clear_error();
906
907
PySSL_BEGIN_ALLOW_THREADS
0 commit comments