]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Objects/typevarobject.c` (GH-129800)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 25 Feb 2025 12:12:47 +0000 (13:12 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2025 12:12:47 +0000 (13:12 +0100)
commitecde9400254eabf0ebcdbb04cb266e50f126e8ec
treec51ee77b7d17148e9eb06683bbef006062dff911
parentead091357d67bc8144a73fcb7cb367602d21ecdd
gh-111178: fix UBSan failures in `Objects/typevarobject.c` (GH-129800)

Fix UBSan failures for `typealiasobject`, `paramspecobject`, `typevarobject`, `typevartupleobject`, `paramspecattrobject`

Use _PyCFunction_CAST macros

Use macro for `constevaluatorobject` casts
Objects/typevarobject.c