Skip to content

Commit e97bd24

Browse files
committed
Delete outdated code comment
1 parent b1b8a90 commit e97bd24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uvloop/includes/uv.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ cdef extern from "../vendor/libuv/include/uv.h" nogil:
198198
const char* uv_strerror(int err)
199199
const char* uv_err_name(int err)
200200

201-
# no "with gil" for uv_walk_cb, as uv_walk doesn't release GIL
202201
ctypedef void (*uv_walk_cb)(uv_handle_t* handle, void* arg) with gil
203202

204203
ctypedef void (*uv_close_cb)(uv_handle_t* handle) with gil

0 commit comments

Comments
 (0)