Skip to content

Commit 256c9ec

Browse files
committed
Signature updates
1 parent 1b01821 commit 256c9ec

File tree

18 files changed

+649
-695
lines changed

18 files changed

+649
-695
lines changed

ssh2/agent.c

Lines changed: 38 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh2/agent.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cdef int auth_identity(const char *username,
3131
c_ssh2.libssh2_agent_publickey **identity,
3232
c_ssh2.libssh2_agent_publickey *prev) except -1 nogil
3333

34-
cdef void clear_agent(c_ssh2.LIBSSH2_AGENT *agent) nogil
34+
cdef void clear_agent(c_ssh2.LIBSSH2_AGENT *agent) noexcept nogil
3535

3636
cdef int agent_auth(char * _username,
3737
c_ssh2.LIBSSH2_AGENT * agent) except 1 nogil

ssh2/agent.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cdef c_ssh2.LIBSSH2_AGENT * init_connect_agent(
8585
return agent
8686

8787

88-
cdef void clear_agent(c_ssh2.LIBSSH2_AGENT *agent) nogil:
88+
cdef void clear_agent(c_ssh2.LIBSSH2_AGENT *agent) noexcept nogil:
8989
c_ssh2.libssh2_agent_disconnect(agent)
9090
c_ssh2.libssh2_agent_free(agent)
9191

ssh2/channel.c

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh2/error_codes.c

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh2/exceptions.c

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh2/extras.c

Lines changed: 34 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh2/fileinfo.c

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)