Searched refs:PySSLWantWriteErrorObject (Results 1 – 3 of 3) sorted by relevance
23 PyObject *PySSLWantWriteErrorObject; member
617 type = state->PySSLWantWriteErrorObject; in PySSL_SetError()5682 state->PySSLWantWriteErrorObject, in sslmodule_init_exceptions()6168 Py_VISIT(state->PySSLWantWriteErrorObject); in sslmodule_traverse()6193 Py_CLEAR(state->PySSLWantWriteErrorObject); in sslmodule_clear()
2402 Modules/_ssl.c - PySSLWantWriteErrorObject -