SIGN IN SIGN UP

gh-111178: fix UBSan failures in `Modules/selectmodule.c` (GH-129792)

Fix some UBSan failures for `pollObject`, `devpollObject`, `pyEpoll_Object` as well as
for `kqueue_event_Object`, `kqueue_queue_Object` and `kqueue_tracking_after_fork`.

Suppress unused return values.

Rename the unused parameter in `METH_NOARGS` and getter/setter methods to
`dummy` and `closure` respectively for semantic purposes.

Explicitly declare `_select_exec` as a `static` function.
B
Bénédikt Tran committed
73bbaf33ae1018f2f90480c4185717f3a49bf857
Parent: de13293
Committed by GitHub <noreply@github.com> on 2/24/2025, 12:38:18 PM