mirror of
https://github.com/python/cpython.git
synced 2025-09-10 02:36:56 +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");
|
"timeout must be positive or None");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
ptimeoutspec = &timeoutspec;
|
ptimeoutspec = &timeout;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
PyErr_Format(PyExc_TypeError,
|
PyErr_Format(PyExc_TypeError,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue