Skip to content

Commit 02226ce

Browse files
committed
post-merge
1 parent 9083a84 commit 02226ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/_ssl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,8 +2432,7 @@ _ssl__SSLSocket_owner_set_impl(PySSLSocket *self, PyObject *value)
24322432
static int
24332433
PySSL_traverse(PyObject *op, visitproc visit, void *arg)
24342434
{
2435-
PySSLSocket *self = PySSLSocket_CAST(op);
2436-
Py_VISIT(Py_TYPE(self));
2435+
Py_VISIT(Py_TYPE(op));
24372436
return 0;
24382437
}
24392438

0 commit comments

Comments
 (0)