Searched refs:PySSLWantReadErrorObject (Results 1 – 4 of 4) sorted by relevance
22 PyObject *PySSLWantReadErrorObject; member
612 type = state->PySSLWantReadErrorObject; in PySSL_SetError()5701 state->PySSLWantReadErrorObject, in sslmodule_init_exceptions()6179 Py_VISIT(state->PySSLWantReadErrorObject); in sslmodule_traverse()6204 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()
2401 Modules/_ssl.c - PySSLWantReadErrorObject -