]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jan 2025 21:00:09 +0000 (22:00 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 21:00:09 +0000 (21:00 +0000)
commit9b335cc8104dd83a5a1343dc649d1f3606682098
tree54aaf87ede2e1d453d35ef4802c8d2874e982ecf
parent03bce18992fd49f5f87697a21c0390fc6082bfc7
[3.12] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH-129084) (#129101)

gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH-129084)

fix UBSan failures for `SemLockObject`
(cherry picked from commit 5ed5572cac7ef204767ddf8e8888e15672ba558e)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Modules/_multiprocessing/semaphore.c