Searched refs:PySSLCertVerificationErrorObject (Results 1 – 3 of 3) sorted by relevance
20 PyObject *PySSLCertVerificationErrorObject; member
484 if ((sslsock != NULL) && (type == state->PySSLCertVerificationErrorObject)) { in fill_and_set_sslerror()556 if ((sslsock != NULL) && (type == state->PySSLCertVerificationErrorObject)) { in fill_and_set_sslerror()672 type = state->PySSLCertVerificationErrorObject; in PySSL_SetError()5667 state->PySSLCertVerificationErrorObject, in sslmodule_init_exceptions()6165 Py_VISIT(state->PySSLCertVerificationErrorObject); in sslmodule_traverse()6190 Py_CLEAR(state->PySSLCertVerificationErrorObject); in sslmodule_clear()
2399 Modules/_ssl.c - PySSLCertVerificationErrorObject -