]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_abc.c` (GH-128253)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 7 Jan 2025 11:45:29 +0000 (12:45 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2025 11:45:29 +0000 (12:45 +0100)
commitbcdf654c8a9d8a661e32e6a89f043197de19ad53
treef7526308de3787ce42942b9c90b996a03bb85476
parent61b9811ac6843e22b5896ef96030d421b79cd892
gh-111178: fix UBSan failures in `Modules/_abc.c` (GH-128253)

* fix UBSan failures in `_abc.c`
* suppress unused return values
Modules/_abc.c