Skip to content

Commit cf4ce29

Browse files
Yet one try to fix build on macOS.
1 parent 97472fe commit cf4ce29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/selectmodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@ kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds)
18571857
"data", "udata", NULL};
18581858
static const char fmt[] = "O|"
18591859
FILTER_FMT_UNIT FLAGS_FMT_UNIT FFLAGS_FMT_UNIT DATA_FMT_UNIT
1860-
_Py_PARSE_UINTPTRT ":kevent";
1860+
_Py_PARSE_UINTPTR ":kevent";
18611861

18621862
EV_SET(&(self->e), 0, EVFILT_READ, EV_ADD, 0, 0, 0); /* defaults */
18631863

0 commit comments

Comments
 (0)