mirror of
https://github.com/python/cpython.git
synced 2026-08-01 22:55:03 -04:00
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 <[email protected]>