Searched refs:PySSLWantReadErrorObject (Results 1 – 2 of 2) sorted by relevance
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()
82 static PyObject *PySSLWantReadErrorObject; variable730 type = PySSLWantReadErrorObject; in PySSL_SetError()5776 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()5790 || PySSLWantReadErrorObject == NULL in PyInit__ssl()5799 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()