]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Fix data races reported by TSAN on `interp->threads.main` (#118865)
authormpage <mpage@meta.com>
Fri, 10 May 2024 13:59:14 +0000 (06:59 -0700)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 13:59:14 +0000 (09:59 -0400)
commit22d5185308f85efa22ec1e8251c409fe1cbd9e6b
tree0aca91416d40447036a202681647784f8c67829b
parentdb5af7da092409030c9fbe0a3a986bd0ee441b8b
gh-117657: Fix data races reported by TSAN on `interp->threads.main` (#118865)

Use relaxed loads/stores when reading/writing to this field.
Misc/NEWS.d/next/Core and Builtins/2024-05-09-19-47-12.gh-issue-117657.Vn0Yey.rst [new file with mode: 0644]
Python/pystate.c
Tools/tsan/suppressions_free_threading.txt