]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_queuemodule.c` (GH-129790)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 21 Feb 2025 14:37:32 +0000 (15:37 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 14:37:32 +0000 (14:37 +0000)
commit55f8bac208540f9950080d89284a34ab4ba3926e
tree4eff8749b9409e62994dc9435e383fd6f7ada197
parent4f07fd59cbd2656ae31e164098b8d10c5b7e51f0
gh-111178: fix UBSan failures in `Modules/_queuemodule.c` (GH-129790)

Fix UBSan failures for `simplequeueobject`

Suppress unused return values
Modules/_queuemodule.c