diff options
author | Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | 2025-02-24 13:38:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 13:38:18 +0100 |
commit | 73bbaf33ae1018f2f90480c4185717f3a49bf857 (patch) | |
tree | b2f0ccc034e173a296a9a15894d212e96a0f7cb1 /Lib/asyncio/taskgroups.py | |
parent | de13293d264f1cec439d87fc477d0ccf05793a1a (diff) | |
download | cpython-73bbaf33ae1018f2f90480c4185717f3a49bf857.tar.gz cpython-73bbaf33ae1018f2f90480c4185717f3a49bf857.zip |
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.
Diffstat (limited to 'Lib/asyncio/taskgroups.py')
0 files changed, 0 insertions, 0 deletions