Home
last modified time | relevance | path

Searched refs:sesstype (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_ssl.c5010 PyTypeObject *sesstype = ((PySSLSession*)left)->ctx->state->PySSLSession_Type; in PySSLSession_richcompare() local
5017 if (!Py_IS_TYPE(left, sesstype) || !Py_IS_TYPE(right, sesstype)) { in PySSLSession_richcompare()

Completed in 9 milliseconds