mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #14180: Fix another typo in kqueue_queue_control()
This commit is contained in:
parent
d327f9de1f
commit
d528b01a71
1 changed files with 1 additions and 1 deletions
|
@ -1868,7 +1868,7 @@ kqueue_queue_control(kqueue_queue_Object *self, PyObject *args)
|
|||
"timeout must be positive or None");
|
||||
return NULL;
|
||||
}
|
||||
ptimeoutspec = &timeoutspec;
|
||||
ptimeoutspec = &timeout;
|
||||
}
|
||||
else {
|
||||
PyErr_Format(PyExc_TypeError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue