We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b8a90 commit e97bd24Copy full SHA for e97bd24
uvloop/includes/uv.pxd
@@ -198,7 +198,6 @@ cdef extern from "../vendor/libuv/include/uv.h" nogil:
198
const char* uv_strerror(int err)
199
const char* uv_err_name(int err)
200
201
- # no "with gil" for uv_walk_cb, as uv_walk doesn't release GIL
202
ctypedef void (*uv_walk_cb)(uv_handle_t* handle, void* arg) with gil
203
204
ctypedef void (*uv_close_cb)(uv_handle_t* handle) with gil
0 commit comments