Skip to content

Commit

Permalink
missed gevent failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Jan 27, 2024
1 parent afa71a0 commit 3787008
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libmc/_client.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,9 @@ cdef class PyClientUnsafe(PyClient):
cdef class PyPoolClient(PyClientShell):
cdef IndexedClient* _indexed

def _record_thread_ident(self):
pass

def _check_thread_ident(self):
pass

Expand Down

0 comments on commit 3787008

Please sign in to comment.