We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3991bb3 commit edcd20aCopy full SHA for edcd20a
ssh2/session.pyx
@@ -60,8 +60,6 @@ cdef class Session:
60
def __dealloc__(self):
61
if self._session is not NULL:
62
with nogil:
63
- c_ssh2.libssh2_session_disconnect(
64
- self._session, b"end")
65
c_ssh2.libssh2_session_free(self._session)
66
self._session = NULL
67
0 commit comments