]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)
authorSam Gross <colesbury@gmail.com>
Mon, 3 Jun 2024 17:42:27 +0000 (13:42 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 17:42:27 +0000 (13:42 -0400)
commit41c1cefbae71d687d1a935233b086473df65e15c
tree93dc6cadbdbcbae36c95f481f137b4ed880c6b07
parent2e0aa731aebb8ef3d89ada82f5d39b1bbac65d1f
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)

The `sem_clockwait` function is not currently instrumented, which leads
to false positives.
Python/parking_lot.c
Tools/tsan/suppressions_free_threading.txt