Home
last modified time | relevance | path

Searched refs:PySSLWantReadErrorObject (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c76 static PyObject *PySSLWantReadErrorObject; variable
465 type = PySSLWantReadErrorObject; in PySSL_SetError()
4116 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4129 || PySSLWantReadErrorObject == NULL in init_ssl()
4136 ((PyTypeObject *)PySSLWantReadErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4143 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in init_ssl()