]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/arraymodule.c` (GH-129772)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 8 Feb 2025 13:26:14 +0000 (14:26 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 13:26:14 +0000 (14:26 +0100)
commit624b93ed67332bbaf758bf963351052acc6ccf75
tree689b39d8acd288654ce40c7020ad4f8e07953289
parent1988003625409e4d6e3a1affab14b846063a4f55
gh-111178: fix UBSan failures in `Modules/arraymodule.c` (GH-129772)

* fix UBSan failures for `arrayobject`, `arrayiterobject`
* suppress unused return values
Modules/arraymodule.c