]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Objects/enumobject.c` (GH-128246)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 3 Jan 2025 14:29:41 +0000 (15:29 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 14:29:41 +0000 (15:29 +0100)
commitaad5ba4b6aafd3599d1737c3040b1719165e6e52
tree6d39716753c5ccaaa1b3b4de51d6e9ba57abbbbe
parent621d4ff35ec099c1626f77955318c0bc1febc33d
gh-111178: fix UBSan failures in `Objects/enumobject.c` (GH-128246)

* fix UBSan failures for `enumobject`
* fix UBSan failures for `reversedobject`
Objects/enumobject.c