mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
c5e1131cfb
gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH-129084)
fix UBSan failures for `SemLockObject`
(cherry picked from commit 5ed5572cac)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>