Skip to content

Commit a1b251d

Browse files
Fix typo.
1 parent bf48d7c commit a1b251d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/selectmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ kqueue_event_init(PyObject *op, PyObject *args, PyObject *kwds)
19241924

19251925
if (PyIndex_Check(pfd)) {
19261926
Py_ssize_t bytes = PyLong_AsNativeBytes(pfd,
1927-
self->e.ident, sizeof(self->e.ident),
1927+
&self->e.ident, sizeof(self->e.ident),
19281928
Py_ASNATIVEBYTES_NATIVE_ENDIAN |
19291929
Py_ASNATIVEBYTES_ALLOW_INDEX |
19301930
Py_ASNATIVEBYTES_REJECT_NEGATIVE |

0 commit comments

Comments
 (0)