Searched refs:PySSLWantReadErrorObject (Results 1 – 4 of 4) sorted by relevance
22 PyObject *PySSLWantReadErrorObject; member
606 type = state->PySSLWantReadErrorObject; in PySSL_SetError()5737 state->PySSLWantReadErrorObject, in sslmodule_init_exceptions()6239 Py_VISIT(state->PySSLWantReadErrorObject); in sslmodule_traverse()6264 Py_CLEAR(state->PySSLWantReadErrorObject); in sslmodule_clear()
81 static PyObject *PySSLWantReadErrorObject; variable496 type = PySSLWantReadErrorObject; in PySSL_SetError()4204 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()4217 || PySSLWantReadErrorObject == NULL in init_ssl()4224 ((PyTypeObject *)PySSLWantReadErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()4231 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in init_ssl()
901 Modules/_ssl.c - PySSLWantReadErrorObject -