Skip to content

Commit 9a4079c

Browse files
authored
Update Modules/_ssl.c
1 parent dc0a521 commit 9a4079c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/_ssl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5534,7 +5534,6 @@ PySSLSession_richcompare(PyObject *left, PyObject *right, int op)
55345534
}
55355535

55365536
int result;
5537-
55385537
PyTypeObject *sesstype = PySSLSession_CAST(left)->ctx->state->PySSLSession_Type;
55395538

55405539
if (!Py_IS_TYPE(left, sesstype) || !Py_IS_TYPE(right, sesstype)) {

0 commit comments

Comments
 (0)