Searched refs:PySSLWantReadErrorObject (Results 1 – 3 of 3) sorted by relevance
22 PyObject *PySSLWantReadErrorObject; member
612 type = state->PySSLWantReadErrorObject; in PySSL_SetError()5689 state->PySSLWantReadErrorObject, in sslmodule_init_exceptions()6167 Py_VISIT(state->PySSLWantReadErrorObject); in sslmodule_traverse()6192 Py_CLEAR(state->PySSLWantReadErrorObject); in sslmodule_clear()
2401 Modules/_ssl.c - PySSLWantReadErrorObject -