]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_randommodule.c` (GH-129791)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 21 Feb 2025 14:59:04 +0000 (15:59 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 14:59:04 +0000 (14:59 +0000)
commit29224295381d9c038339d25d98584cb146ba5f32
tree26ccc4cfd9bac1da6ee0e1c15df4070a0d5553a1
parent55f8bac208540f9950080d89284a34ab4ba3926e
gh-111178: fix UBSan failures in `Modules/_randommodule.c` (GH-129791)

Fix UBSan failures for `RandomObject`
Suppress unused return values
Modules/_randommodule.c