mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.13] gh-124878: Add temporary TSAN suppression for free_threadstate (gh-130602) (gh-130687)
The race condition with `free_threadstate` and daemon threads exists in
both the free threading and default builds. We were missing a
suppression in the default build.
(cherry picked from commit cc17307faa
)
This commit is contained in:
parent
9d825d4281
commit
137595f2a1
2 changed files with 5 additions and 1 deletions
|
@ -3,5 +3,8 @@
|
|||
race:get_allocator_unlocked
|
||||
race:set_allocator_unlocked
|
||||
|
||||
# gh-124878: race condition when interpreter finalized while daemon thread runs
|
||||
race:free_threadstate
|
||||
|
||||
# https://gist.github.com/mpage/daaf32b39180c1989572957b943eb665
|
||||
thread:pthread_create
|
||||
|
|
|
@ -17,7 +17,8 @@ race:set_allocator_unlocked
|
|||
|
||||
# https://gist.github.com/swtaarrs/8e0e365e1d9cecece3269a2fb2f2b8b8
|
||||
race:sock_recv_impl
|
||||
# https://gist.github.com/swtaarrs/08dfe7883b4c975c31ecb39388987a67
|
||||
|
||||
# gh-124878: race condition when interpreter finalized while daemon thread runs
|
||||
race:free_threadstate
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue