]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_operator.c` (GH-129785)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 20 Feb 2025 13:21:55 +0000 (14:21 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 13:21:55 +0000 (14:21 +0100)
commit4466e913608159d2b40d45a295dce958afc2f8c9
tree26673d7731990a9c3c6c081c895afdb34350621b
parente24a1ac17cfd62a94cf7e1e8cf9385fb926adce6
gh-111178: fix UBSan failures in `Modules/_operator.c` (GH-129785)

Fix UBSan failures for `itemgetterobject`, `attrgetterobject`, `methodcallerobject`

Suppress unused return values
Modules/_operator.c