Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d528b01

Browse files
committed
Issue #14180: Fix another typo in kqueue_queue_control()
1 parent d327f9d commit d528b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/selectmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ kqueue_queue_control(kqueue_queue_Object *self, PyObject *args)
18681868
"timeout must be positive or None");
18691869
return NULL;
18701870
}
1871-
ptimeoutspec = &timeoutspec;
1871+
ptimeoutspec = &timeout;
18721872
}
18731873
else {
18741874
PyErr_Format(PyExc_TypeError,

0 commit comments

Comments
 (0)