]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (#129084)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 20 Jan 2025 20:43:55 +0000 (21:43 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 20:43:55 +0000 (20:43 +0000)
commit5ed5572cac7ef204767ddf8e8888e15672ba558e
treeba376ecd48230001fb744eee05e2e5026aa234ad
parent382340d5594a05d8a5362a06fe55119eec1d8e04
gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (#129084)

fix UBSan failures for `SemLockObject`
Modules/_multiprocessing/semaphore.c