]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_lsprof.c` (GH-129782)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 17 Feb 2025 13:53:03 +0000 (14:53 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 13:53:03 +0000 (14:53 +0100)
commita1d4b1c44741bae5bf93009223f3377aa45846b5
treeea46fe09569de975d1bd702c28c1c3cb946977db
parent31ad8b6d08dff9edbed65bba865d633dad018bb8
gh-111178: fix UBSan failures in `Modules/_lsprof.c` (GH-129782)

Fix UBSan failures for `ProfilerObject`

Suppress unused return value
Modules/_lsprof.c